From cd0c596797b094282985c32b79e7b0ffff840941 Mon Sep 17 00:00:00 2001 From: furyhawk Date: Wed, 2 Jul 2025 10:47:15 +0800 Subject: [PATCH] fix: remove trailing whitespace in Nginx configuration volume mapping --- swarm/nextcloud/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swarm/nextcloud/compose.yaml b/swarm/nextcloud/compose.yaml index cf12964..40921e8 100644 --- a/swarm/nextcloud/compose.yaml +++ b/swarm/nextcloud/compose.yaml @@ -40,7 +40,7 @@ services: - 127.0.0.1:8080:80 volumes: # https://docs.nextcloud.com/server/latest/admin_manual/installation/nginx.html - - ./web/nginx.conf:/etc/nginx/nginx.conf:ro + - ./web/nginx.conf:/etc/nginx/nginx.conf:ro # NOTE: The `volumes` included below should match those of the `app` container (unless you know what you're doing) - nextcloud:/var/www/html:z,ro depends_on: