mirror of
https://github.com/SillyTavern/SillyTavern-Extras.git
synced 2026-01-26 17:20:04 +00:00
Added a note for Docker environments that utilize their own templating system instead of the docker-compose.yaml file.
775 B
775 B
Docker Usage
Building the image
This is assuming you have docker and docker compose installed and running.
- Open a terminal and set your current directory to the "docker" directory in your clone of this repo.
- Adjust the "docker-compose.yml" file to match your needs. Please see the in file comments for additional information on how to prepare your file.
- Once ready, run the command "docker-compose build" to build the "cohee1207/sillytavern-extras" docker image.
If you are running the docker in an environment where you do not utilize the docker-compose.yml file (IE: Windows Docker or Unraid), then you will need to specify enabled modules as an "Extra Parameter". Any flags, including the required "--enable-modules=" flag, will need to be put there.