remove ports

This commit is contained in:
hyperbel 2023-07-14 12:54:58 +02:00
parent 4d35124c6f
commit 779fa47fca

View File

@ -3,9 +3,7 @@ services:
image: mongo
environment:
MONGO_INITDB_DATABASE: partyyy
ports:
- "27017:27017"
volumes:
- ./scripts/init-mongo.js:/docker-entrypoint-initdb.d/mongo-init.js:ro
- ./db/:/data/db/
network_mode: "bridge"
network_mode: "host"