This website requires JavaScript.
Explore
Help
Sign In
zepheris
/
stable-diffusion-webui-docker
Watch
1
Star
0
Fork
0
You've already forked stable-diffusion-webui-docker
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
3e67f559d4
stable-diffusion-webui-docker
/
.gitignore
7 lines
89 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Update UI to 3389056
2022-08-28 07:34:56 +00:00
/.devcontainer
Docker compose .gitignore update (#100) Docker compose allows override some settings in `docker-compose.yml` by using additional file: `docker-compose.override.yml`. This allows to hold own settings in override file which does not conflict with updates made by pulling newer version with "git pull" command. This feature requires three things: 1. Creating `docker-compose.override.yml-dist` file which is a distributed file inside repo. This file can be copied as `docker-compose.override.yml` and modified for own needs. 2. Change in `.gitignore` file so `docker-compose.override.yml` file is ignored, so git pull / commit will not complain about this file. 3. Modify wiki entry about setup to mention possibility to use this method. Closes #101
2022-09-28 06:36:53 +00:00
/docker-compose.override.yml
Fix overwriting existing values in config.json in auto (#418) `jq` merge direction in this case is right to left so if the user had set up custom paths it would replace them with the default ones. This PR switches the direction to use the defaults as fallback instead of overwriting user settings. ---- Didn't want to create an issue for the tiny change. Thanks for your work on the repo, it saved me a lot of time, 👍 --------- Co-authored-by: AbdBarho <ka70911@gmail.com>
2023-05-06 05:38:36 +00:00
# VSCode specific
*.code-workspace
/.vscode
Reference in New Issue
Copy Permalink