diff --git a/compose_proxymanager.yaml b/compose_proxymanager.yaml index eb73ccd..fa097dd 100644 --- a/compose_proxymanager.yaml +++ b/compose_proxymanager.yaml @@ -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 \ No newline at end of file + - /opt/proxy-manager/data:/data + - /opt/proxy-manager/letsencrypt:/etc/letsencrypt + - /opt/proxy-manager/custom:/data/nginx/custom \ No newline at end of file