NGINX proxy volumes value change

This commit is contained in:
Mike Holloway 2025-11-29 00:12:14 -05:00
parent 6691ea2516
commit 82b536bb09

View File

@ -37,7 +37,6 @@
- 4443:443
volumes:
- "/home/{{ user.name }}/nginx/html:/usr/share/nginx/html"
- "/home/{{ user.name }}/nginx/nextcloud_internal_vhost:/etc/nginx/vhost.d/{{ ansible_host }}_location"
- "/home/{{ user.name }}/nginx/certs:/etc/nginx/certs"
- "/run/user/{{ getent_passwd[user.name][2] }}/podman/podman.sock:/tmp/docker.sock:ro"