Backup & Restore wurde getestet
von ./data nach /opt/proxy-manager/data etc.
This commit is contained in:
parent
77a57e2701
commit
8575a0a1aa
|
|
@ -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
|
||||
Loading…
Reference in New Issue