mirror of
https://github.com/HexCardGames/HexDeck.git
synced 2025-09-03 18:48:38 +02:00
9 lines
175 B
YAML
9 lines
175 B
YAML
services:
|
|
mongodb-dev:
|
|
user: "1000"
|
|
ports:
|
|
- 27017:27017
|
|
volumes:
|
|
- ./data/mongodb-dev/:/data/db/
|
|
image: mongodb/mongodb-community-server:latest
|