Skip to content

Commit

Permalink
update ports.
Browse files Browse the repository at this point in the history
  • Loading branch information
wildone committed Mar 27, 2023
1 parent 2dc6124 commit f68f493
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions environment/local/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ services:
start_period: 30s
hostname: cms
ports:
- "8080:8080"
- "8113:8080"
- "5005:5005"
environment:
WS_ADMIN_USERNAME: ${WS_ADMIN_USERNAME}
Expand Down Expand Up @@ -60,7 +60,7 @@ services:
memory: 4096M
hostname: mongo
ports:
- "27017:27017"
- "8180:27017"
environment:
- MONGO_INITDB_ROOT_USERNAME=mongoadmin
- MONGO_INITDB_ROOT_PASSWORD_FILE=/run/secrets/mongo.password
Expand Down

0 comments on commit f68f493

Please sign in to comment.