wg-easy: update container registry & version (#2887)

* update container registry & version

As shown on the readme they moved to gitHub container registry

* update version in config.json

* update tipi_version
This commit is contained in:
Jorge Montejo 2024-03-21 17:39:26 +01:00 committed by GitHub
parent 1fbfe5f957
commit aa13ce6698
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -10,8 +10,8 @@
] ]
}, },
"id": "wg-easy", "id": "wg-easy",
"tipi_version": 5, "tipi_version": 6,
"version": "7", "version": "12",
"categories": [ "categories": [
"network" "network"
], ],

View File

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