mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-19 09:01:29 +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,8 +19,6 @@ services:
|
||||
image: tzahi12345/youtubedl-material:latest
|
||||
ytdl-mongo-db:
|
||||
image: mongo
|
||||
ports:
|
||||
- "27017:27017"
|
||||
logging:
|
||||
driver: "none"
|
||||
container_name: mongo-db
|
||||
|
||||
Reference in New Issue
Block a user