Skip to content

Commit

Permalink
Xilriws release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 28, 2024
1 parent a57b6c9 commit 2934e51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ As such, a docker installation is highly recommended, even if the rest of your s

1. `git clone https://github.com/UnownHash/Xilriws-Public Xilriws && cd Xilriws`
2. `cp docker-compose.yml.example docker-compose.yml && cp xilriws.json.example xilriws.json`
3. `docker compose up -d`
3. `docker-compose up -d`

in your Dragonite config, add:

Expand All @@ -23,8 +23,8 @@ something else accordingly.
### Update

1. `git pull`
2. `docker compose pull`
3. `docker compose restart`
2. `docker-compose pull`
3. `docker-compose restart`

you can change the "replicas" number to alter how many copies of the container will be spawned. traefik manages load balancing,
and should work automatically. set this number in accordance with the avaliable RAM and CPU on your machine.
Expand Down
Binary file modified xilriws
Binary file not shown.

0 comments on commit 2934e51

Please sign in to comment.