Skip to content

Commit

Permalink
Update docker-compose.dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
malenelu authored and GitHub Enterprise committed Mar 18, 2025
1 parent 0806f79 commit ea76480
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ services:
#environment:
# PUBLIC_URL: "dev/public"
ports:
- ${DEV_PORT_PREFIX}5:3000
- ${DEV_PORT_PREFIX}6:80
#- ${DEV_PORT_PREFIX}5:3000
networks:
backend_bridge:

Expand All @@ -41,7 +42,8 @@ services:
container_name: secfit_dev_gateway
image: nginx:latest
ports:
- ${DEV_PORT_PREFIX}6:80
- ${DEV_PORT_PREFIX}5:3000
#- ${DEV_PORT_PREFIX}6:80
networks:
backend_bridge:
volumes:
Expand Down

0 comments on commit ea76480

Please sign in to comment.