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