update docker registry in compose file to github from dockerhub

This commit is contained in:
Chris Bennight
2023-11-12 18:52:34 -05:00
committed by GitHub
parent 25f1afa628
commit 690dc328c5

View File

@@ -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: