Minor cleanup to the README

This commit is contained in:
Mitchell Syer
2022-11-17 23:47:04 -05:00
committed by GitHub
parent 1e9cccceda
commit 96187cdc98

View File

@@ -4,7 +4,7 @@
|:-:|:-:|:-:|:-:|
| [![Build Docker Images](https://github.com/suwayomi/docker-tachidesk/actions/workflows/build_container_images.yml/badge.svg)](https://github.com/suwayomi/docker-tachidesk/actions/workflows/build_container_images.yml) [![Docker Pulls](https://img.shields.io/badge/dynamic/json?url=https://github.com/suwayomi/docker-tachidesk/raw/main/scripts/tachidesk_version.json&label=docker_pulls&query=$.total_downloads&color=blue)](https://github.com/orgs/suwayomi/packages/container/package/tachidesk) | [![Latest](https://img.shields.io/badge/dynamic/json?url=https://github.com/suwayomi/docker-tachidesk/raw/main/scripts/tachidesk_version.json&label=version&query=$.stable&color=blue)](https://github.com/orgs/suwayomi/packages/container/package/tachidesk/) | [![Preview](https://img.shields.io/badge/dynamic/json?url=https://github.com/suwayomi/docker-tachidesk/raw/main/scripts/tachidesk_version.json&label=version&query=$.preview&color=blue)](https://github.com/orgs/suwayomi/packages/container/package/tachidesk) | [![Discord](https://img.shields.io/discord/801021177333940224.svg?label=discord&labelColor=7289da&color=2c2f33&style=flat)](https://discord.gg/DDZdqZWaHA) |
Run [Tachidesk](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 [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.
Docker Releases - https://github.com/suwayomi/docker-tachidesk/pkgs/container/tachidesk
@@ -25,33 +25,33 @@ Use the template compose.yml in this repo for creating and starting tachidesk do
# Docker tags
Recommended tags (ubuntu java11):
### Recommended tags (Ubuntu, Java 11):
Stable:`ghcr.io/suwayomi/tachidesk:stable`
Stable: `ghcr.io/suwayomi/tachidesk:stable`
Preview:`ghcr.io/suwayomi/tachidesk:preview`
Preview: `ghcr.io/suwayomi/tachidesk:preview`
Latest:`ghcr.io/suwayomi/tachidesk:latest`
Latest: `ghcr.io/suwayomi/tachidesk:latest`
Legacy tags, should only be used as required (alpine java 8):
### Legacy tags, should only be used as required (Alpine, Java 8):
Stable:`ghcr.io/suwayomi/tachidesk:stable-alpine`
Stable: `ghcr.io/suwayomi/tachidesk:stable-alpine`
Preview:`ghcr.io/suwayomi/tachidesk:preview-alpine`
Preview: `ghcr.io/suwayomi/tachidesk:preview-alpine`
Latest:`ghcr.io/suwayomi/tachidesk:latest-alpine`
Latest: `ghcr.io/suwayomi/tachidesk:latest-alpine`
Explicit Ubuntu tags (ubuntu java 11) :
### Explicit Ubuntu tags (Ubuntu, Java 11) :
Stable:`ghcr.io/suwayomi/tachidesk:stable-ubuntu`
Stable: `ghcr.io/suwayomi/tachidesk:stable-ubuntu`
Preview:`ghcr.io/suwayomi/tachidesk:preview-ubuntu`
Preview: `ghcr.io/suwayomi/tachidesk:preview-ubuntu`
Latest:`ghcr.io/suwayomi/tachidesk:latest-ubuntu`
Latest: `ghcr.io/suwayomi/tachidesk:latest-ubuntu`
# Docker commands
@@ -89,7 +89,7 @@ For Specific Tachidesk stable version (from v0.3.9 onwards)
# Credit
[Tachidesk](https://github.com/Suwayomi/Tachidesk) is licensed under `MPL v. 2.0`.
[Tachidesk-Server](https://github.com/Suwayomi/Tachidesk-Server) is licensed under `MPL v. 2.0`.
# License