This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
version: '3.8'
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
parentzone-downloader:
|
||||
@@ -18,10 +18,9 @@ services:
|
||||
- ./logs:/app/logs
|
||||
# Mount your config file
|
||||
- ./config.json:/app/config.json:ro
|
||||
ports:
|
||||
- "8080:8080"
|
||||
restart: unless-stopped
|
||||
# Optional: expose a port if you want to add a web interface later
|
||||
# ports:
|
||||
# - "8080:8080"
|
||||
|
||||
volumes:
|
||||
snapshots:
|
||||
|
||||
Reference in New Issue
Block a user