mongo_stwp_image/docker-compose.yml
2024-04-19 22:26:33 +08:00

14 lines
296 B
YAML

version: '3.9'
services:
mongo_stwp:
image: mongo_stwp
restart: always
container_name: "mongo_stwp"
ports:
- "27017:27017"
hostname: test-mongo # hostname is needed for replica set
volumes:
- ./data/db:/var/lib/mongodb
- ./etc/mongo:/etc/mongo/