mirror of
https://github.com/Drop-OSS/drop-wiki.git
synced 2025-11-09 20:12:15 +10:00
chore: Update version
This commit is contained in:
@ -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.
|
||||
|
||||
@ -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.
|
||||
|
||||
Reference in New Issue
Block a user