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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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: