fix: remove exposed ports for mongo

exposed ports between services in the same stack is not needed
pull/688/head
adripo 3 years ago committed by GitHub
parent 64b1a9e5c0
commit 56db43da79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save