Skip to content

Commit dc98917

Browse files
author
hywax
committed
feat(templates): docker-compose
1 parent 4dbe901 commit dc98917

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Diff for: .templates/docker-compose.yml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
version: '3.8'
2+
3+
services:
4+
mafl:
5+
image: hywax/mafl
6+
restart: unless-stopped
7+
ports:
8+
- '3000:3000'
9+
volumes:
10+
- ./config.yml:/app/data/config.yml

0 commit comments

Comments
 (0)