Skip to content

Commit

Permalink
Story #11851 Clean Code: do no always restart Mongo express (#1632)
Browse files Browse the repository at this point in the history
  • Loading branch information
marob authored Feb 1, 2024
1 parent 946e8c6 commit 84af97f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/docker/mongo/mongo_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ services:
mongo-express-dev:
container_name: vitamui-mongo-express
image: mongo-express
restart: always
restart: unless-stopped
ports:
- "18081:8081"
depends_on:
Expand Down

0 comments on commit 84af97f

Please sign in to comment.