Merge pull request #688 from adripo/patch-2

fix: remove exposed ports for mongo
This commit is contained in:
Glassed Silver
2022-06-30 16:04:45 +02:00
committed by GitHub

View File

@@ -19,11 +19,9 @@ services:
image: tzahi12345/youtubedl-material:latest
ytdl-mongo-db:
image: mongo
ports:
- "27017:27017"
logging:
driver: "none"
container_name: mongo-db
restart: always
volumes:
- ./db/:/data/db
- ./db/:/data/db