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:
parent
c464f479c0
commit
bea7adf9cb
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user