fix: remove trailing whitespace in Nginx configuration volume mapping

This commit is contained in:
2025-07-02 10:47:15 +08:00
parent 4687bb7bd5
commit cd0c596797
+1 -1
View File
@@ -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: