mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
fix: typo in CODER_VERSION
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
version: "3.9"
|
||||
services:
|
||||
coder:
|
||||
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}
|
||||
ports:
|
||||
- "7080:7080"
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user