Update webservices.nix

This commit is contained in:
ediblerope 2026-01-21 13:35:53 +00:00 committed by GitHub
parent 03e46fb8ae
commit 2f09822a2a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,8 +14,8 @@
"443:443" "443:443"
]; ];
volumes = [ volumes = [
"/var/lib/nginx-proxy-manager/data:/data" "~/docker/nginx-proxy-manager/data:/data"
"/var/lib/nginx-proxy-manager/letsencrypt:/etc/letsencrypt" "~/docker/nginx-proxy-manager/letsencrypt:/etc/letsencrypt"
]; ];
# Remove the extraOptions with --restart, it conflicts with --rm # Remove the extraOptions with --restart, it conflicts with --rm
}; };