Volume env fixes.
This commit is contained in:
+3
-3
@@ -62,7 +62,7 @@ services:
|
|||||||
restart: always
|
restart: always
|
||||||
user: ${PUID}:${PGID}
|
user: ${PUID}:${PGID}
|
||||||
volumes:
|
volumes:
|
||||||
- ${DOCKER_VOLUME_CONFIG}/meilisearch:/meili_data
|
- ${ULTIMA_DOCKER_DIR}/meilisearch:/meili_data
|
||||||
ollama:
|
ollama:
|
||||||
container_name: ollama
|
container_name: ollama
|
||||||
image: ollama/ollama:0.13.0@sha256:d4188c1dfa870386a14e299976aed96daeb83876b69e1a852c9d09ea76463b9f
|
image: ollama/ollama:0.13.0@sha256:d4188c1dfa870386a14e299976aed96daeb83876b69e1a852c9d09ea76463b9f
|
||||||
@@ -112,8 +112,8 @@ services:
|
|||||||
- 7860:7860
|
- 7860:7860
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- ${DOCKER_VOLUME_CONFIG}/stable-diffusion-webui/data:/data
|
- ${ULTIMA_DOCKER_DIR}/stable-diffusion-webui/data:/data
|
||||||
- ${DOCKER_VOLUME_CONFIG}/stable-diffusion-webui/output:/output
|
- ${ULTIMA_DOCKER_DIR}/stable-diffusion-webui/output:/output
|
||||||
volumes:
|
volumes:
|
||||||
ollama:
|
ollama:
|
||||||
name: ollama
|
name: ollama
|
||||||
|
|||||||
Reference in New Issue
Block a user