mirror of
https://github.com/Suwayomi/docker-tachidesk.git
synced 2025-12-10 06:42:12 +01:00
[skip ci] Update README (#128)
* Remove tachidesk notice Stable releases are now available * Correct logging information
This commit is contained in:
@@ -14,7 +14,9 @@ _**Suwayomi data location - /home/suwayomi/.local/share/Tachidesk**_
|
||||
|
||||
Docker images are mutli-arch (linux/amd64, linux/arm64/v8, linux/ppc64le, linux/s390x, linux/riscv64) and has small size based on Ubuntu linux.
|
||||
|
||||
Logs are sent to stdout and are not written to disk.
|
||||
Logs are sent to stdout.
|
||||
This allows docker to manage the logs; view them using `docker logs --tail=1000 <container name>` or if using the docker-compose file `docker compose logs --tail=1000 suwayomi`.
|
||||
By default, docker stores logs indefinitely, you can [set up logging globally](https://docs.docker.com/engine/logging/configure/) or edit the [compose file with a logging driver](https://docs.docker.com/reference/compose-file/services/#logging).
|
||||
|
||||
### Docker compose
|
||||
|
||||
@@ -99,9 +101,6 @@ We do not allow configuration of the downloads folder, since Docker Volumes can
|
||||
|
||||
The latest stable release of the server. Also tagged as `:stable`.
|
||||
|
||||
> [!CAUTION]
|
||||
> Currently the `ghcr.io/suwayomi/suwayomi-server` image does not contain the stable release, please use `ghcr.io/suwayomi/tachidesk` for now instead.
|
||||
|
||||
## Preview
|
||||
|
||||
`ghcr.io/suwayomi/suwayomi-server:preview`
|
||||
|
||||
Reference in New Issue
Block a user