mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-17 06:31:27 +03:00
fix: remove exposed ports for mongo
exposed ports between services in the same stack is not needed
This commit is contained in:
@@ -19,11 +19,9 @@ services:
|
|||||||
image: tzahi12345/youtubedl-material:latest
|
image: tzahi12345/youtubedl-material:latest
|
||||||
ytdl-mongo-db:
|
ytdl-mongo-db:
|
||||||
image: mongo
|
image: mongo
|
||||||
ports:
|
|
||||||
- "27017:27017"
|
|
||||||
logging:
|
logging:
|
||||||
driver: "none"
|
driver: "none"
|
||||||
container_name: mongo-db
|
container_name: mongo-db
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- ./db/:/data/db
|
- ./db/:/data/db
|
||||||
|
|||||||
Reference in New Issue
Block a user