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:
parent
1fbfe5f957
commit
aa13ce6698
|
@ -10,8 +10,8 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"id": "wg-easy",
|
"id": "wg-easy",
|
||||||
"tipi_version": 5,
|
"tipi_version": 6,
|
||||||
"version": "7",
|
"version": "12",
|
||||||
"categories": [
|
"categories": [
|
||||||
"network"
|
"network"
|
||||||
],
|
],
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user