From 0ba41c1b0c0bd84e732ae8283166bf3b5647c4eb Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Sun, 30 Nov 2025 13:15:21 -0500 Subject: [PATCH] Volume env fixes. --- docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index f4423f8..382e3a2 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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