mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-07-02 00:08:33 +02:00
alias
This commit is contained in:
@ -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:
|
||||||
|
Reference in New Issue
Block a user