initial commit
This commit is contained in:
9
docker-compose.yml
Normal file
9
docker-compose.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
services:
|
||||
app:
|
||||
image: ghcr.io/slfhstd/deletedposts:latest
|
||||
container_name: mch-deletedposts
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /docker/data/deletedposts:/app/config
|
||||
|
||||
|
||||
Reference in New Issue
Block a user