diff --git a/nextcloud/compose.yaml b/nextcloud/compose.yaml index 0d0082d..e9bf811 100644 --- a/nextcloud/compose.yaml +++ b/nextcloud/compose.yaml @@ -1,6 +1,6 @@ services: nextcloud-aio-mastercontainer: - image: ghcr.io/nextcloud-releases/all-in-one:latest + image: ghcr.io/nextcloud-releases/all-in-one:beta init: true # This setting makes sure that signals from main process inside the container are correctly forwarded to children. See https://docs.docker.com/reference/compose-file/services/#init restart: unless-stopped container_name: nextcloud-aio-mastercontainer # Do not change @@ -10,7 +10,6 @@ services: networks: - nextcloud-aio - traefik-proxy # Optional: Connects the mastercontainer to the traefik-proxy network in order to make the built-in reverse proxy detection work. See https://github.com/nextcloud/all-in-one/blob/main/reverse-proxy.md - # ports: # - 8081:80 # may be removed if under reverse-proxy # - 8443:8443