Ajouter mafl/docker-compose.yml
This commit is contained in:
commit
eb5068e262
9
mafl/docker-compose.yml
Normal file
9
mafl/docker-compose.yml
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
services:
|
||||||
|
mafl:
|
||||||
|
image: hywax/mafl
|
||||||
|
container_name: mafl
|
||||||
|
volumes:
|
||||||
|
- ./mafl/config.yml:/app/data/config.yml
|
||||||
|
ports:
|
||||||
|
- 3000:3000
|
||||||
|
restart: unless-stopped
|
||||||
Loading…
Reference in a new issue