mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-02 09:21:34 +02:00
8 lines
111 B
YAML
8 lines
111 B
YAML
mongo:
|
|
image: mongo
|
|
command: --auth
|
|
container_name: mongo
|
|
ports:
|
|
- "27017:27017"
|
|
restart: always
|