From 82b536bb09043a0a0dbce6027a086c0bc381e3e1 Mon Sep 17 00:00:00 2001 From: Mike Holloway Date: Sat, 29 Nov 2025 00:12:14 -0500 Subject: [PATCH] NGINX proxy volumes value change --- tasks/containers.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/tasks/containers.yml b/tasks/containers.yml index 77fd9cb..6869b55 100644 --- a/tasks/containers.yml +++ b/tasks/containers.yml @@ -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"