Skip to content

Commit 930203a

Browse files
authored
remove leading V in coder container image tag
1 parent 06ea7c8 commit 930203a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: "3.9"
22
services:
33
coder:
4-
image: ghcr.io/coder/coder:v${CODER_VERSION:-latest}
4+
image: ghcr.io/coder/coder:${CODER_VERSION:-latest}
55
ports:
66
- "7080:7080"
77
environment:

0 commit comments

Comments
 (0)