remove outdated image version from readme

This commit is contained in:
meeb 2021-09-04 20:09:39 +10:00
parent 3525a65cd6
commit 1069b87295
1 changed files with 5 additions and 8 deletions

View File

@ -22,12 +22,9 @@ hopefully, quite reliable.
# Latest container image # Latest container image
```yaml ```yaml
ghcr.io/meeb/tubesync:v0.9.1 ghcr.io/meeb/tubesync:latest
``` ```
**NOTE: the `:latest` tag does exist, but will contain in-development commits and may
be broken. Use at your own risk.**
# Screenshots # Screenshots
### Dashboard ### Dashboard
@ -101,8 +98,8 @@ $ mkdir /some/directory/tubesync-downloads
Finally, download and run the container: Finally, download and run the container:
```bash ```bash
# Pull a versioned image # Pull image
$ docker pull ghcr.io/meeb/tubesync:v0.9.1 $ docker pull ghcr.io/meeb/tubesync:latest
# Start the container using your user ID and group ID # Start the container using your user ID and group ID
$ docker run \ $ docker run \
-d \ -d \
@ -113,7 +110,7 @@ $ docker run \
-v /some/directory/tubesync-config:/config \ -v /some/directory/tubesync-config:/config \
-v /some/directory/tubesync-downloads:/downloads \ -v /some/directory/tubesync-downloads:/downloads \
-p 4848:4848 \ -p 4848:4848 \
ghcr.io/meeb/tubesync:v0.9.1 ghcr.io/meeb/tubesync:latest
``` ```
Once running, open `http://localhost:4848` in your browser and you should see the Once running, open `http://localhost:4848` in your browser and you should see the
@ -125,7 +122,7 @@ Alternatively, for Docker Compose, you can use something like:
```yaml ```yaml
tubesync: tubesync:
image: ghcr.io/meeb/tubesync:v0.9.1 image: ghcr.io/meeb/tubesync:latest
container_name: tubesync container_name: tubesync
restart: unless-stopped restart: unless-stopped
ports: ports: