AbdBarho
AbdBarho
`docker compose` not `docker-compose`
`docker-compose` is the old v1 which does not have the flag. `docker compose` is v2 which has the flag what is your `docker compose version`? related https://github.com/AbdBarho/stable-diffusion-webui-docker/issues/16#issuecomment-1242881694
@xiangcp update to latest docker compose, mine is `2.10.2`
> I would like to open the directory of auto's webui and just drop the old files Unfortunately, that is not possible. > Those files are stored somewhere. In virtual...
@DevilaN I am not sure how to semantically version a container? Maybe I could adopt the versioning scheme of the original repo, but there is none to speak of. Do...
@DevilaN I started with a sequential scheme in #164, lets see how it evolves
> First of all, I believe that docker should be treated as wrapper around original app providing proper environment and tools to easily maintain and setup application. agree > One...
@DevilaN if you have any other alternatives that do not require checking every single command manually, I am glad to learn, otherwise, might as well just write the app in...
you can create a file in the root of the repo called `docker-compose.override.yml` and put this in it: ```yml services: auto: deploy: resources: reservations: devices: - driver: nvidia device_ids: ['1']...
Please fill out the [bug template ](https://github.com/AbdBarho/stable-diffusion-webui-docker/blob/master/.github/ISSUE_TEMPLATE/bug.md) so i can help.