Skip to content

Commit

Permalink
update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RealDyllon committed Jan 19, 2023
1 parent ce5d9b7 commit b740e7a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deployments/staging/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
networks:
- cms-network
ports:
- "7001:3000"
- "7001:80"
env_file:
- cms.env
restart: always
Expand All @@ -29,8 +29,8 @@ services:
networks:
- cms-network
ports:
- 80:80
- 443:443
- "80:80"
- "443:443"
depends_on:
- cms

Expand Down

0 comments on commit b740e7a

Please sign in to comment.