feat:添加wol-go-web到列表
This commit is contained in:
15
apps/wol-go-web/1.5.55/docker-compose.yml
Normal file
15
apps/wol-go-web/1.5.55/docker-compose.yml
Normal 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"
|
||||
Reference in New Issue
Block a user