Skip to content

Commit

Permalink
feat(templates): docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
hywax committed May 21, 2024
1 parent 4dbe901 commit dc98917
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .templates/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: '3.8'

services:
mafl:
image: hywax/mafl
restart: unless-stopped
ports:
- '3000:3000'
volumes:
- ./config.yml:/app/data/config.yml

0 comments on commit dc98917

Please sign in to comment.