Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
To use the `4.4.6` of `mongo`.
See docker-library/mongo#485.
  • Loading branch information
eliflores committed Sep 8, 2023
1 parent 3c200b6 commit 401c038
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions enmeshed/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
environment:
CUSTOM_CONFIG_LOCATION: '/config.json'
ports:
- 8081:80
- "8081:80"
extra_hosts:
- 'host.docker.internal:host-gateway'
volumes:
Expand All @@ -19,7 +19,8 @@ services:

enmeshed-mongodb:
container_name: enmeshed-mongodb
image: mongo
# See https://github.com/docker-library/mongo/issues/485 for usage of tag 4.4.6.
image: mongo:4.4.6
environment:
MONGO_INITDB_ROOT_USERNAME: root
MONGO_INITDB_ROOT_PASSWORD: password
Expand Down

0 comments on commit 401c038

Please sign in to comment.