From 8b7a858e1f7745e0db43dac4d4ad765249886a98 Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Tue, 21 May 2024 20:45:28 +0300 Subject: [PATCH] Update readme.md --- .github/readme.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/readme.md b/.github/readme.md index ad3689c1a..77c941334 100644 --- a/.github/readme.md +++ b/.github/readme.md @@ -219,7 +219,11 @@ You will need two mandatory directory mappings and a port mapping to allow Silly #### Install command 1. Open your Command Line -2. Run the following command `docker create --name='sillytavern' --net='[DockerNet]' -e TZ="[TimeZone]" -p '8000:8000/tcp' -v '[plugins]':'/home/node/app/plugins':'rw' -v '[config]':'/home/node/app/config':'rw' -v '[data]':'/home/node/app/data':'rw' 'ghcr.io/sillytavern/sillytavern:[version]' ` +2. Run the following command + +```bash +docker create --name='sillytavern' --net='[DockerNet]' -e TZ="[TimeZone]" -p '8000:8000/tcp' -v '[plugins]':'/home/node/app/plugins':'rw' -v '[config]':'/home/node/app/config':'rw' -v '[data]':'/home/node/app/data':'rw' 'ghcr.io/sillytavern/sillytavern:[version]' +``` > Note that 8000 is a default listening port. Don't forget to use an appropriate port if you change it in the config.