chore(deps): update ghcr.io/wg-easy/wg-easy docker tag to v13 (#3618)

* chore(deps): update ghcr.io/wg-easy/wg-easy docker tag to v13

* Update app version [ready]

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tipi CI <ci@runtipi.io>
This commit is contained in:
renovate[bot] 2024-05-31 22:31:51 +02:00 committed by GitHub
parent c464f479c0
commit bea7adf9cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 9 deletions

View File

@ -5,16 +5,12 @@
"exposable": true,
"port": 8082,
"requirements": {
"ports": [
51820
]
"ports": [51820]
},
"id": "wg-easy",
"tipi_version": 6,
"version": "12",
"categories": [
"network"
],
"tipi_version": 7,
"version": "13",
"categories": ["network"],
"description": "Access your homeserver from anywhere even on your mobile device. Wireguard-easy is a simple tool to configure and manage Wireguard VPN servers. It is written in Go and uses the official Wireguard client. You have to open and redirect port 51820 to your homeserver in order to connect.",
"short_desc": "VPN server for your homeserver",
"author": "WeeJeWel",

View File

@ -2,7 +2,7 @@ version: "3.7"
services:
wg-easy:
container_name: wg-easy
image: ghcr.io/wg-easy/wg-easy:12
image: ghcr.io/wg-easy/wg-easy:13
restart: unless-stopped
volumes:
- ${APP_DATA_DIR}/data:/etc/wireguard