mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2025-10-28 00:34:34 -04:00
Add missing mkdir (#310)
This commit is contained in:
@@ -27,7 +27,7 @@ services:
|
|||||||
<<: *base_service
|
<<: *base_service
|
||||||
profiles: ["auto"]
|
profiles: ["auto"]
|
||||||
build: ./services/AUTOMATIC1111
|
build: ./services/AUTOMATIC1111
|
||||||
image: sd-auto:37
|
image: sd-auto:38
|
||||||
environment:
|
environment:
|
||||||
- CLI_ARGS=--allow-code --medvram --xformers --enable-insecure-extension-access --api
|
- CLI_ARGS=--allow-code --medvram --xformers --enable-insecure-extension-access --api
|
||||||
|
|
||||||
|
|||||||
@@ -55,6 +55,7 @@ for to_path in "${!MOUNTS[@]}"; do
|
|||||||
done
|
done
|
||||||
|
|
||||||
sync_bidirectional() {
|
sync_bidirectional() {
|
||||||
|
mkdir -p /data/config/auto/extensions "${ROOT}/extensions"
|
||||||
rsync -cau /data/config/auto/extensions/ "${ROOT}/extensions"
|
rsync -cau /data/config/auto/extensions/ "${ROOT}/extensions"
|
||||||
rsync -cau "${ROOT}/extensions/" /data/config/auto/extensions
|
rsync -cau "${ROOT}/extensions/" /data/config/auto/extensions
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user