Skip to content

Commit 0d2c4be

Browse files
committed
Fix next listen interface
1 parent 3001723 commit 0d2c4be

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker/compose-prod.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ services:
3939
nextjs:
4040
image: ghcr.io/zenmo/holon-nextjs:${TAG}
4141
environment:
42+
# Need to set this or it seems to pick a random interface
43+
HOSTNAME: 0.0.0.0
4244
WAGTAIL_API_URL: http://wagtail:8000/wt/api/nextjs
4345
NEXT_PUBLIC_WAGTAIL_API_URL: https://${WAGTAIL_HOSTNAME}/wt/api/nextjs
4446
NEXT_PUBLIC_TINY_URL_API_KEY: ${NEXT_PUBLIC_TINY_URL_API_KEY}

0 commit comments

Comments
 (0)