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
|
- '80:80' # Public HTTP
|
||||||
- '443:443' # Public HTTPS
|
- '443:443' # Public HTTPS
|
||||||
- '81:81' # Admin Web Port
|
- '81:81' # Admin Web Port
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
# Uncomment this if you want to change the location of
|
DB_SQLITE_FILE: "/data/database.sqlite"
|
||||||
# the SQLite DB file within the container
|
|
||||||
# DB_SQLITE_FILE: "/data/database.sqlite"
|
|
||||||
|
|
||||||
# Uncomment this if IPv6 is not enabled on your host
|
# Uncomment this if IPv6 is not enabled on your host
|
||||||
DISABLE_IPV6: 'true'
|
DISABLE_IPV6: 'true'
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/data
|
- /opt/proxy-manager/data:/data
|
||||||
- ./letsencrypt:/etc/letsencrypt
|
- /opt/proxy-manager/letsencrypt:/etc/letsencrypt
|
||||||
- /home/marc/docker/npm-custom:/data
|
- /opt/proxy-manager/custom:/data/nginx/custom
|
||||||
Loading…
Reference in New Issue