mirror of
https://github.com/nextcloud/docker.git
synced 2025-04-20 02:46:10 +02:00
Moved some comments on new lines.
Signed-off-by: Kaloyan Nikolov <tzerber@gmail.com>
This commit is contained in:
parent
b794772eee
commit
b0d2b409c5
3 changed files with 6 additions and 3 deletions
|
@ -43,7 +43,8 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- 127.0.0.1:8080:80
|
- 127.0.0.1:8080:80
|
||||||
volumes:
|
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)
|
# 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:
|
||||||
|
|
|
@ -38,7 +38,8 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- 127.0.0.1:8080:80
|
- 127.0.0.1:8080:80
|
||||||
volumes:
|
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)
|
# 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:
|
||||||
|
|
|
@ -42,7 +42,8 @@ services:
|
||||||
image: nginx:alpine
|
image: nginx:alpine
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
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)
|
# 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
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Add table
Reference in a new issue