diff --git a/docker-compose.yml b/docker-compose.yml index 6411e8c..2cf02c5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -27,7 +27,7 @@ services: <<: *base_service profiles: ["auto"] build: ./services/AUTOMATIC1111 - image: sd-auto:37 + image: sd-auto:38 environment: - CLI_ARGS=--allow-code --medvram --xformers --enable-insecure-extension-access --api diff --git a/services/AUTOMATIC1111/entrypoint.sh b/services/AUTOMATIC1111/entrypoint.sh index 4249ebf..e6df756 100755 --- a/services/AUTOMATIC1111/entrypoint.sh +++ b/services/AUTOMATIC1111/entrypoint.sh @@ -55,6 +55,7 @@ for to_path in "${!MOUNTS[@]}"; do done sync_bidirectional() { + mkdir -p /data/config/auto/extensions "${ROOT}/extensions" rsync -cau /data/config/auto/extensions/ "${ROOT}/extensions" rsync -cau "${ROOT}/extensions/" /data/config/auto/extensions }