Backup & Restore wurde getestet

von ./data nach /opt/proxy-manager/data etc.
This commit is contained in:
Marc Blatter 2025-10-23 09:42:44 +00:00
parent 77a57e2701
commit 8575a0a1aa
1 changed files with 4 additions and 9 deletions

View File

@ -7,16 +7,11 @@ services:
- '80:80' # Public HTTP
- '443:443' # Public HTTPS
- '81:81' # Admin Web Port
environment:
# Uncomment this if you want to change the location of
# the SQLite DB file within the container
# DB_SQLITE_FILE: "/data/database.sqlite"
DB_SQLITE_FILE: "/data/database.sqlite"
# Uncomment this if IPv6 is not enabled on your host
DISABLE_IPV6: 'true'
volumes:
- ./data:/data
- ./letsencrypt:/etc/letsencrypt
- /home/marc/docker/npm-custom:/data
- /opt/proxy-manager/data:/data
- /opt/proxy-manager/letsencrypt:/etc/letsencrypt
- /opt/proxy-manager/custom:/data/nginx/custom