Update docker-compose.yml to reflect sillytavern name

This commit is contained in:
ramblingcoder
2023-05-18 17:44:12 -05:00
committed by GitHub
parent db439be897
commit 6557abcd07

View File

@@ -1,12 +1,12 @@
version: "3"
services:
tavernai:
sillytavern:
build: ..
container_name: tavernai
hostname: tavernai
image: tavernai/tavernai:latest
container_name: sillytavern
hostname: sillytavern
image: cohee1207/sillytavern:latest
ports:
- "8000:8000"
volumes:
- "./config:/home/node/app/config"
restart: unless-stopped
restart: unless-stopped