This commit is contained in:
SillyLossy
2023-06-01 10:03:35 +03:00
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ COPY . ./
# Copy default chats, characters and user avatars to <folder>.default folder
RUN \
IFS="," RESOURCES="characters,chats,groups,group chats,User Avatars,settings.json" && \
IFS="," RESOURCES="characters,chats,groups,group chats,User Avatars,worlds,settings.json" && \
\
echo "*** Store default $RESOURCES in <folder>.default ***" && \
for R in $RESOURCES; do mv "public/$R" "public/$R.default"; done && \

View File

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