From 8575a0a1aaf06d267a2b8aa4b073c752360c37a6 Mon Sep 17 00:00:00 2001 From: Marc Blatter Date: Thu, 23 Oct 2025 09:42:44 +0000 Subject: [PATCH] Backup & Restore wurde getestet von ./data nach /opt/proxy-manager/data etc. --- compose_proxymanager.yaml | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) 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