mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-04-04 14:07:41 +00:00
SHA as Build ARG (#30)
This commit is contained in:
parent
ae834cb764
commit
082876aab3
3 changed files with 10 additions and 5 deletions
|
|
@ -2,7 +2,12 @@ version: '3.9'
|
|||
|
||||
services:
|
||||
model:
|
||||
build: ./build/
|
||||
build:
|
||||
context: ./build/
|
||||
args:
|
||||
# You can choose any commit sha from https://github.com/hlky/stable-diffusion/commits/main
|
||||
# USE AT YOUR OWN RISK! otherwise just leave it empty.
|
||||
WEBUI_SHA:
|
||||
restart: on-failure
|
||||
ports:
|
||||
- "7860:7860"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue