mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
adjust quotation marks
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
d45c42f8ed
commit
ed7b1e3cba
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ services:
|
||||||
container_name: nextcloud-aio-mastercontainer # This line is not allowed to be changed
|
container_name: nextcloud-aio-mastercontainer # This line is not allowed to be changed
|
||||||
volumes:
|
volumes:
|
||||||
- nextcloud_aio_mastercontainer:/mnt/docker-aio-config # This line is not allowed to be changed
|
- nextcloud_aio_mastercontainer:/mnt/docker-aio-config # This line is not allowed to be changed
|
||||||
- /var/run/docker.sock:/var/run/docker.sock:ro # May be changed on macOS, Windows or docker rootless. See the applicable documentation. If adjusting, don't forget to also set `DOCKER_SOCKET_PATH`!
|
- /var/run/docker.sock:/var/run/docker.sock:ro # May be changed on macOS, Windows or docker rootless. See the applicable documentation. If adjusting, don't forget to also set 'DOCKER_SOCKET_PATH'!
|
||||||
ports:
|
ports:
|
||||||
- 80:80 # Can be removed when running behind a reverse proxy. See https://github.com/nextcloud/all-in-one/blob/main/reverse-proxy.md
|
- 80:80 # Can be removed when running behind a reverse proxy. See https://github.com/nextcloud/all-in-one/blob/main/reverse-proxy.md
|
||||||
- 8080:8080
|
- 8080:8080
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue