mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-28 09:08:36 +02:00
10 lines
144 B
YAML
10 lines
144 B
YAML
mongo:
|
|
image: mongo
|
|
command: --auth
|
|
container_name: mongo
|
|
ports:
|
|
- "27017:27017"
|
|
volumes:
|
|
- ./data:/data/db
|
|
restart: always
|