Tweaks to Nextcloud.

This commit is contained in:
2025-01-29 18:55:17 -05:00
parent 8bdea248f3
commit 1dbadf70c8
+1 -2
View File
@@ -3719,8 +3719,6 @@ services:
nextcloud:
container_name: nextcloud
environment:
DOCKER_HOST: tcp://dockerproxy:2375
LOG_LEVEL: debug
SKIP_DOMAIN_VALIDATION: false
APACHE_ADDITIONAL_NETWORK:
APACHE_IP_BINDING: 0.0.0.0
@@ -3745,6 +3743,7 @@ services:
restart: unless-stopped
volumes:
- /etc/localtime:/etc/localtime:ro
- /var/run/docker.sock:/var/run/docker.sock
- ${DOCKER_VOLUME_CONFIG}/nextcloud/config:/config
- ${DOCKER_VOLUME_CONFIG}/nextcloud/data:/data
ollama: