Skip to content

Commit

Permalink
Add missing mkdir (AbdBarho#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdBarho committed Jan 24, 2023
1 parent f8de919 commit 00518a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions services/AUTOMATIC1111/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 00518a0

Please sign in to comment.