From f889f51b60862d7f3458376d8173f66fd3b892ae Mon Sep 17 00:00:00 2001 From: quexeky <116044207+quexeky@users.noreply.github.com> Date: Sat, 25 Jan 2025 17:34:30 +1100 Subject: [PATCH] chore: Update version --- docs/guides/exposing.md | 2 +- docs/guides/quickstart.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/guides/exposing.md b/docs/guides/exposing.md index 43d8a58..41e970f 100644 --- a/docs/guides/exposing.md +++ b/docs/guides/exposing.md @@ -12,7 +12,7 @@ as the connection URL when setting up your Drop client. ## Reverse Proxy If you are unsure how to set up a reverse proxy, or even what one is, this guide isn't for you. There are far better guides out there, so follow them to set up your reverse proxy. -As of `v0.1.0-beta` there is no special configuration required to run Drop behind a reverse proxy. +As of `v0.2.0-beta` there is no special configuration required to run Drop behind a reverse proxy. ## VPN If you are unsure how to setup a VPN for remote access, please find and follow a far better guide than this one. diff --git a/docs/guides/quickstart.md b/docs/guides/quickstart.md index 4023be6..74c8955 100644 --- a/docs/guides/quickstart.md +++ b/docs/guides/quickstart.md @@ -25,7 +25,7 @@ services: - POSTGRES_USER=drop - POSTGRES_DB=drop drop: - image: registry.deepcore.dev/drop-oss/drop/main:latest + image: decduck/drop-oss:v0.2.0-beta depends_on: postgres: condition: service_healthy @@ -51,7 +51,7 @@ services: **In addition, configure your chosen metadata provider:** -- [GiantBomb](/metadata/giantbomb.md) (only one supported as of v0.1.0-beta) +- [GiantBomb](/metadata/giantbomb.md) (only one supported as of v0.2.0-beta) ::: tip If you want to, you can generate a more secure PostgreSQL username & password.