appstore/apps/wol-go-web/latest/docker-compose.yml
2024-08-01 20:27:50 +08:00

16 lines
353 B
YAML

services:
wol-go-web:
image: "chishin/wol-go-web:latest"
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"