Merge pull request #165 from Dalethium/patch-4

Update docker-compose.yml to fix typo in #161
This commit is contained in:
Cohee
2023-09-17 15:19:13 +03:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

1
api_key.txt Normal file
View File

@@ -0,0 +1 @@
CHANGEME

View File

@@ -14,7 +14,7 @@ services:
volumes:
#- "./chromadb:/chromadb"
- "./cache:/root/.cache"
- "./api-key.txt:/sillytavern-extras/api-key.txt:rw"
- "./api_key.txt:/sillytavern-extras/api_key.txt:rw"
ports:
- "5100:5100"
environment: