This commit is contained in:
2025-03-06 21:34:59 +01:00
parent 10dec57590
commit 93dd863f1c

View File

@ -55,6 +55,9 @@ services:
volumes:
- /share/docker_data/redis:/data
networks:
- nextcloud_network
nextcloud_network:
ipam:
driver: default
config:
- subnet: 192.168.80.0/28
restart: always