mirror of
https://github.com/okxlin/appstore.git
synced 2025-07-14 05:12:19 +08:00
feat:更新wireguard-ui 0.6.2
This commit is contained in:
parent
b9154b8aef
commit
9ffeadc5b0
@ -1,21 +1,5 @@
|
|||||||
version: "3"
|
version: "3"
|
||||||
services:
|
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:
|
wireguard-ui:
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
restart: always
|
restart: always
|
||||||
@ -37,7 +21,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ${DATA_PATH}/db:/app/db
|
- ${DATA_PATH}/db:/app/db
|
||||||
- ${DATA_PATH}/config:/etc/wireguard
|
- ${DATA_PATH}/config:/etc/wireguard
|
||||||
image: ngoduykhanh/wireguard-ui:0.6.0
|
image: ngoduykhanh/wireguard-ui:0.6.2
|
||||||
logging:
|
logging:
|
||||||
driver: json-file
|
driver: json-file
|
||||||
options:
|
options:
|
||||||
@ -45,6 +29,22 @@ services:
|
|||||||
labels:
|
labels:
|
||||||
createdBy: "Apps"
|
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:
|
networks:
|
||||||
1panel-network:
|
1panel-network:
|
||||||
external: true
|
external: true
|
Loading…
Reference in New Issue
Block a user