Skip to content

Commit

Permalink
fix: add hostname env var
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Kühnlein committed Feb 17, 2024
1 parent 2616ed0 commit aa099f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ services:
environment:
<<: *defaultEnv
NEXT_PUBLIC_API_URL: ${PUBLIC_API_URL}
HOSTNAME: 0.0.0.0 # needed for correct interface binding
networks:
- frontend-network
- backend-network
Expand Down

0 comments on commit aa099f9

Please sign in to comment.