8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CODER_HTTP_ADDRESS
docker-compose.yml
1 parent 7f041fe commit 888eb23Copy full SHA for 888eb23
docker-compose.yaml
@@ -8,7 +8,7 @@ services:
8
- "7080:7080"
9
environment:
10
CODER_PG_CONNECTION_URL: "postgresql://${POSTGRES_USER:-username}:${POSTGRES_PASSWORD:-password}@database/${POSTGRES_DB:-coder}?sslmode=disable"
11
- CODER_ADDRESS: "0.0.0.0:7080"
+ CODER_HTTP_ADDRESS: "0.0.0.0:7080"
12
# You'll need to set CODER_ACCESS_URL to an IP or domain
13
# that workspaces can reach. This cannot be localhost
14
# or 127.0.0.1 for non-Docker templates!
0 commit comments