improve nextcloud-aio and disable immich
All checks were successful
Infrastructure / Check and run Ansbile playbooks (pull_request) Successful in 6m44s

This commit is contained in:
2023-09-26 20:42:27 +01:00
parent 2706b4253a
commit e8da0d80d4
3 changed files with 107 additions and 16 deletions

View File

@@ -9,8 +9,11 @@ docker run \
--name nextcloud-aio-mastercontainer \
--restart unless-stopped \
--publish 8080:8080 \
--env NEXTCLOUD_DATADIR=/mnt/data/nextcloud \
--env APACHE_PORT=11000 \
--env APACHE_IP_BINDING=0.0.0.0 \
--env TZ=Europe/London \
--env AIO_DISABLE_BACKUP_SECTION=true \
--volume nextcloud_aio_mastercontainer:/mnt/docker-aio-config \
--volume /var/run/docker.sock:/var/run/docker.sock:ro \
-d nextcloud/all-in-one:latest