mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-23 16:36:00 +00:00
fix: remove trailing whitespace in Nginx configuration volume mapping
This commit is contained in:
@@ -40,7 +40,7 @@ services:
|
|||||||
- 127.0.0.1:8080:80
|
- 127.0.0.1:8080:80
|
||||||
volumes:
|
volumes:
|
||||||
# https://docs.nextcloud.com/server/latest/admin_manual/installation/nginx.html
|
# 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)
|
# 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
|
- nextcloud:/var/www/html:z,ro
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|||||||
Reference in New Issue
Block a user