sillytavern / docker /docker-compose.yml
teralomaniac's picture
1
70023bd
raw
history blame contribute delete
265 Bytes
version: "3"
services:
sillytavern:
build: ..
container_name: sillytavern
hostname: sillytavern
image: sillytavern/sillytavern:latest
ports:
- "8000:8000"
volumes:
- "./config:/home/node/app/config"
restart: unless-stopped