Skip to content

Commit 66d61f8

Browse files
authored
refine hostname comment (#348)
1 parent 2c9ba50 commit 66d61f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/prod/compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ services:
2828
- ${PORT:-3000}:${PORT:-3000}
2929
environment:
3030
- PORT=${PORT:-3000}
31-
# - HOSTNAME=0.0.0.0 # This is sometimes needed with reverse proxy setups. Uncomment when you encounter issues.
31+
# - HOSTNAME=0.0.0.0 # Uncomment this, to have the server listen on all network interfaces. Needed when you want to connect to split-pro via docker internal networks, e.g. for reverse proxy setups.
3232
- DATABASE_URL=${DATABASE_URL:?err}
3333
- NEXTAUTH_URL=${NEXTAUTH_URL:?err}
3434
- NEXTAUTH_SECRET=${NEXTAUTH_SECRET:?err}

0 commit comments

Comments
 (0)