mirror of
https://github.com/Suwayomi/docker-tachidesk.git
synced 2025-12-10 06:42:12 +01:00
[skip ci] Update README.md
This commit is contained in:
12
README.md
12
README.md
@@ -4,7 +4,7 @@
|
||||
|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:----------------------------------------------------------------------------------------------------------------------------------------------------------:|
|
||||
| [](https://github.com/suwayomi/docker-tachidesk/actions/workflows/build_container_images.yml) [](https://github.com/orgs/suwayomi/packages/container/package/tachidesk) | [](https://github.com/orgs/suwayomi/packages/container/package/tachidesk/) | [](https://github.com/orgs/suwayomi/packages/container/package/tachidesk) | [](https://discord.gg/DDZdqZWaHA) |
|
||||
|
||||
Run [Tachidesk-Server](https://github.com/Suwayomi/Tachidesk-Server) inside docker container as non-root user. The server will be running on http://localhost:4567 open this url in your browser.
|
||||
Run [Suwayomi-Server](https://github.com/Suwayomi/Suwayomi-Server) inside docker container as non-root user. The server will be running on http://localhost:4567 open this url in your browser.
|
||||
|
||||
Docker Releases - https://github.com/suwayomi/docker-tachidesk/pkgs/container/tachidesk
|
||||
|
||||
@@ -102,21 +102,21 @@ Change the default UTC timezone. Use TZ database name from [Timezone list](https
|
||||
|
||||
docker run -e "TZ=Europe/London" -p 127.0.0.1:4567:4567 ghcr.io/suwayomi/tachidesk:stable
|
||||
|
||||
For Tachidesk Preview version
|
||||
For Suwayomi Preview version
|
||||
|
||||
docker run -p 127.0.0.1:4567:4567 ghcr.io/suwayomi/tachidesk:preview
|
||||
|
||||
Persistent data of tachidesk on subsequent run
|
||||
Persistent data of Suwayomi on subsequent run
|
||||
|
||||
docker run -p 127.0.0.1:4567:4567 -v <folder path>:/./home/suwayomi/.local/share/Tachidesk ghcr.io/suwayomi/tachidesk
|
||||
|
||||
For Specific Tachidesk stable version (from v0.3.9 onwards)
|
||||
For Specific Suwayomi-Server stable version
|
||||
|
||||
docker run -p 127.0.0.1:4567:4567 ghcr.io/suwayomi/tachidesk:v0.3.9
|
||||
docker run -p 127.0.0.1:4567:4567 ghcr.io/suwayomi/tachidesk:v1.0.0
|
||||
|
||||
# Credit
|
||||
|
||||
[Tachidesk-Server](https://github.com/Suwayomi/Tachidesk-Server) is licensed under `MPL v. 2.0`.
|
||||
[Suwayomi-Server](https://github.com/Suwayomi/Tachidesk-Server) is licensed under `MPL v. 2.0`.
|
||||
|
||||
# License
|
||||
|
||||
|
||||
Reference in New Issue
Block a user