Skip to content

Commit

Permalink
bump to 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
meeb committed Dec 19, 2020
1 parent 304cc15 commit 12eac04
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ hopefully, quite reliable.
# Latest container image

```yaml
ghcr.io/meeb/tubesync:v0.5
ghcr.io/meeb/tubesync:v0.6
```

# Screenshots
Expand Down Expand Up @@ -99,7 +99,7 @@ Finally, download and run the container:

```bash
# Pull a versioned image
$ docker pull ghcr.io/meeb/tubesync:v0.5
$ docker pull ghcr.io/meeb/tubesync:v0.6
# Start the container using your user ID and group ID
$ docker run \
-d \
Expand All @@ -110,7 +110,7 @@ $ docker run \
-v /some/directory/tubesync-config:/config \
-v /some/directory/tubesync-downloads:/downloads \
-p 4848:4848 \
ghcr.io/meeb/tubesync:v0.5
ghcr.io/meeb/tubesync:v0.6
```

Once running, open `http://localhost:4848` in your browser and you should see the
Expand All @@ -122,7 +122,7 @@ Alternatively, for Docker Compose, you can use something like:

```yaml
tubesync:
image: ghcr.io/meeb/tubesync:v0.5
image: ghcr.io/meeb/tubesync:v0.6
container_name: tubesync
restart: unless-stopped
ports:
Expand Down
2 changes: 1 addition & 1 deletion tubesync/tubesync/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
DOWNLOADS_BASE_DIR = BASE_DIR


VERSION = 0.5
VERSION = 0.6
SECRET_KEY = ''
DEBUG = False
ALLOWED_HOSTS = []
Expand Down

0 comments on commit 12eac04

Please sign in to comment.