This commit is contained in:
2025-03-07 13:53:42 +01:00
parent 57a7d4355f
commit 2018f7d2b4

View File

@ -61,7 +61,7 @@ services:
com.centurylinklabs.watchtower.enable: true com.centurylinklabs.watchtower.enable: true
com.centurylinklabs.watchtower.lifecycle.post-update: "apt update;apt install -y smbclient;chown -R www-data:www-data /var/www/html" com.centurylinklabs.watchtower.lifecycle.post-update: "apt update;apt install -y smbclient;chown -R www-data:www-data /var/www/html"
redis: redis:
image: ${DOCKER_REGISTRY:-}redis:alpine image: redis:alpine
volumes: volumes:
- /share/docker_data/nextcloud/redis:/data - /share/docker_data/nextcloud/redis:/data
networks: networks: