From 41a4ea7d920d0c40e59aeef10db1f0599d1a2cf7 Mon Sep 17 00:00:00 2001 From: Philipp Fruck Date: Tue, 17 Oct 2023 23:45:26 +0200 Subject: [PATCH] chore: Add more examples to compose.yaml Signed-off-by: Philipp Fruck --- compose.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 8a323448..bb2cf729 100644 --- a/compose.yaml +++ b/compose.yaml @@ -32,6 +32,8 @@ services: # - WATCHTOWER_DOCKER_SOCKET_PATH=/var/run/docker.sock # Needs to be specified if the docker socket on the host is not located in the default '/var/run/docker.sock'. Otherwise mastercontainer updates will fail. For macos it needs to be '/var/run/docker.sock' # networks: # Is needed when you want to create the nextcloud-aio network with ipv6-support using this file, see the network config at the bottom of the file # - nextcloud-aio # Is needed when you want to create the nextcloud-aio network with ipv6-support using this file, see the network config at the bottom of the file + # # Uncomment the following line when using SELinux + # security_opt: ["label:disable"] # # Optional: Caddy reverse proxy. See https://github.com/nextcloud/all-in-one/blob/main/reverse-proxy.md # # You can find further examples here: https://github.com/nextcloud/all-in-one/discussions/588 @@ -47,7 +49,7 @@ services: # - ./sites:/srv # network_mode: "host" -volumes: +volumes: # If you want to store the data on a different drive, see https://github.com/nextcloud/all-in-one#how-to-store-the-filesinstallation-on-a-separate-drive nextcloud_aio_mastercontainer: name: nextcloud_aio_mastercontainer # This line is not allowed to be changed as otherwise the built-in backup solution will not work