Update readme.md

correcting docker compose up to docker compose build
This commit is contained in:
ramblingcoder
2023-05-28 09:21:01 -05:00
committed by GitHub
parent 9622b04756
commit a3035897d0

View File

@@ -6,5 +6,5 @@
1. Open a terminal and set your current directory to the "docker" directory in your clone of this repo.
2. Adjust the "docker-compose.yml" file to match your needs. The default selection and the selection with all modules are provided as examples.
3. Once ready, run the command "docker compose up" to build the "cohee1207/sillytavern-extras" docker image.
3. Once ready, run the command "docker compose build" to build the "cohee1207/sillytavern-extras" docker image.