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 e7ef20e commit c55a50d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ services:
context: frontend/
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"
# environment:
# PUBLIC_URL: "http://tdt4242-${GROUP_ID}.idi.ntnu.no/prod"
ports:
- ${PROD_PORT_PREFIX}5:3000
networks:
Expand Down

0 comments on commit c55a50d

Please sign in to comment.