Volume env fixes.
List of Services README Generation / Generate Services List (push) Failing after 2m35s
Renovate / renovate (push) Successful in 2m49s

This commit is contained in:
2025-11-30 13:15:21 -05:00
parent c4fe060f85
commit 0ba41c1b0c
+3 -3
View File
@@ -62,7 +62,7 @@ services:
restart: always
user: ${PUID}:${PGID}
volumes:
- ${DOCKER_VOLUME_CONFIG}/meilisearch:/meili_data
- ${ULTIMA_DOCKER_DIR}/meilisearch:/meili_data
ollama:
container_name: ollama
image: ollama/ollama:0.13.0@sha256:d4188c1dfa870386a14e299976aed96daeb83876b69e1a852c9d09ea76463b9f
@@ -112,8 +112,8 @@ services:
- 7860:7860
restart: unless-stopped
volumes:
- ${DOCKER_VOLUME_CONFIG}/stable-diffusion-webui/data:/data
- ${DOCKER_VOLUME_CONFIG}/stable-diffusion-webui/output:/output
- ${ULTIMA_DOCKER_DIR}/stable-diffusion-webui/data:/data
- ${ULTIMA_DOCKER_DIR}/stable-diffusion-webui/output:/output
volumes:
ollama:
name: ollama