mirror of
https://github.com/nextcloud/docker.git
synced 2025-04-20 10:56:08 +02:00
Moved another comment to new line
Signed-off-by: Kaloyan Nikolov <tzerber@gmail.com>
This commit is contained in:
parent
b0d2b409c5
commit
2b3107ab68
1 changed files with 2 additions and 1 deletions
|
@ -37,7 +37,8 @@ services:
|
|||
image: nginx:alpine
|
||||
restart: always
|
||||
volumes:
|
||||
- ./web/nginx.conf:/etc/nginx/nginx.conf:ro # 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
|
||||
# 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
|
||||
environment:
|
||||
|
|
Loading…
Add table
Reference in a new issue