diff --git a/compose.yaml b/compose.yaml index 409ecda158..6bb78b6123 100644 --- a/compose.yaml +++ b/compose.yaml @@ -2,7 +2,7 @@ services: coder: # This MUST be stable for our documentation and # other automations. - image: ghcr.io/coder/coder:${CODER_VERSION:-latest} + image: ${CODER_REPO:-ghcr.io/coder/coder}:${CODER_VERSION:-latest} ports: - "7080:7080" environment: