mirror of
https://github.com/okxlin/appstore.git
synced 2025-07-13 21:02:18 +08:00
feat:更新wireguard-ui 0.6.2
This commit is contained in:
parent
b9154b8aef
commit
9ffeadc5b0
@ -1,21 +1,5 @@
|
||||
version: "3"
|
||||
services:
|
||||
wireguard:
|
||||
container_name: ${CONTAINER_NAME}-wireguard
|
||||
restart: always
|
||||
networks:
|
||||
- 1panel-network
|
||||
cap_add:
|
||||
- NET_ADMIN
|
||||
volumes:
|
||||
- ${DATA_PATH}/config:/config
|
||||
ports:
|
||||
- "${PANEL_APP_PORT_HTTP}:5000"
|
||||
- "${WIREGUARD_PORT}:51820/udp"
|
||||
image: linuxserver/wireguard:latest
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
|
||||
wireguard-ui:
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
@ -37,7 +21,7 @@ services:
|
||||
volumes:
|
||||
- ${DATA_PATH}/db:/app/db
|
||||
- ${DATA_PATH}/config:/etc/wireguard
|
||||
image: ngoduykhanh/wireguard-ui:0.6.0
|
||||
image: ngoduykhanh/wireguard-ui:0.6.2
|
||||
logging:
|
||||
driver: json-file
|
||||
options:
|
||||
@ -45,6 +29,22 @@ services:
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
|
||||
wireguard:
|
||||
container_name: ${CONTAINER_NAME}-wireguard
|
||||
restart: always
|
||||
networks:
|
||||
- 1panel-network
|
||||
cap_add:
|
||||
- NET_ADMIN
|
||||
volumes:
|
||||
- ${DATA_PATH}/config:/config
|
||||
ports:
|
||||
- "${PANEL_APP_PORT_HTTP}:5000"
|
||||
- "${WIREGUARD_PORT}:51820/udp"
|
||||
image: linuxserver/wireguard:latest
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
Loading…
Reference in New Issue
Block a user