mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
9 lines
124 B
YAML
9 lines
124 B
YAML
version: '2'
|
|
services:
|
|
mongo:
|
|
image: mongo:3.4
|
|
ports:
|
|
- "27017:27017"
|
|
networks:
|
|
- example-network
|