We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06ea7c8 commit 930203aCopy full SHA for 930203a
docker-compose.yaml
@@ -1,7 +1,7 @@
1
version: "3.9"
2
services:
3
coder:
4
- image: ghcr.io/coder/coder:v${CODER_VERSION:-latest}
+ image: ghcr.io/coder/coder:${CODER_VERSION:-latest}
5
ports:
6
- "7080:7080"
7
environment:
0 commit comments