Merge pull request #1352 from chrisbennight/staging

update docker registry in compose file to github from dockerhub
This commit is contained in:
Cohee 2023-11-20 01:06:38 +02:00 committed by GitHub
commit 47a2734ad4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ services:
build: .. build: ..
container_name: sillytavern container_name: sillytavern
hostname: sillytavern hostname: sillytavern
image: sillytavern/sillytavern:latest image: ghcr.io/sillytavern/sillytavern:latest
ports: ports:
- "8000:8000" - "8000:8000"
volumes: volumes: