update docker registry in compose file to github from dockerhub
This commit is contained in:
parent
25f1afa628
commit
690dc328c5
|
@ -4,7 +4,7 @@ services:
|
|||
build: ..
|
||||
container_name: sillytavern
|
||||
hostname: sillytavern
|
||||
image: sillytavern/sillytavern:latest
|
||||
image: ghcr.io/sillytavern/sillytavern:latest
|
||||
ports:
|
||||
- "8000:8000"
|
||||
volumes:
|
||||
|
|
Loading…
Reference in New Issue