Skip to content

Commit

Permalink
fixing db deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
costero-e committed Dec 10, 2024
1 parent 15ffde9 commit c82a97e
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 @@ -67,11 +67,11 @@ services:

db:
image: mongo:5
command: --wiredTigerCacheSizeGB 4 -port 27018
command: --wiredTigerCacheSizeGB 4
hostname: mongo
container_name: mongoprod
ports:
- 27018:27017
- 27017:27017
environment:
MONGO_INITDB_ROOT_USERNAME: root
MONGO_INITDB_ROOT_PASSWORD: example
Expand Down

0 comments on commit c82a97e

Please sign in to comment.