mirror of
https://github.com/cupcakearmy/morphus.git
synced 2026-05-25 21:55:31 +00:00
docker docs
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
app:
|
||||
image: cupcakearmy/morphus
|
||||
ports:
|
||||
- "80:80"
|
||||
volumes:
|
||||
- ./morphus.yaml:/app/morphus.yaml:ro
|
||||
- ./data:/data
|
||||
|
||||
Reference in New Issue
Block a user