1
0

feat:添加wol-go-web到列表

This commit is contained in:
okxlin
2024-08-01 20:27:50 +08:00
parent 26ba165e5a
commit ff9021e6c7
9 changed files with 170 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
services:
wol-go-web:
image: "chishin/wol-go-web:version-1.5.55"
container_name: ${CONTAINER_NAME}
restart: always
network_mode: host
environment:
- PORT=${PANEL_APP_PORT_HTTP}
- KEY=${KEY}
- USERNAME=${USERNAME}
- PASSWORD=${PASSWORD}
- WEB=${WEB}
- TZ=${TIME_ZONE}
labels:
createdBy: "Apps"