9 lines
No EOL
189 B
Text
9 lines
No EOL
189 B
Text
services:
|
|
mafl:
|
|
container_name: mafl-${IP}-${PORT}
|
|
image: hywax/mafl
|
|
restart: unless-stopped
|
|
ports:
|
|
- '${IP}:${PORT}:3000'
|
|
volumes:
|
|
- ${DATA_DIR}:/app/data |