Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
amrevill authored and GitHub Enterprise committed Mar 20, 2025
1 parent 48b44d8 commit e7ef20e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ services:
dockerfile: Dockerfile
network: host #Need to expose it during setup, then it is isolated during running
environment:
PUBLIC_URL: "http://tdt4242-${GROUP_ID}.idi.ntnu.no/prod/build"
PUBLIC_URL: "http://tdt4242-${GROUP_ID}.idi.ntnu.no/prod"
ports:
- ${PROD_PORT_PREFIX}5:3000
networks:
Expand Down

0 comments on commit e7ef20e

Please sign in to comment.