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: