Skip to content

Commit e4a7e59

Browse files
committed
add docker compose example
1 parent d5fdf5d commit e4a7e59

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

docker-compose-example.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
version: "2"
2+
services:
3+
wol-proxy:
4+
image: seanauff/wol-proxy:arm
5+
container_name: wol-proxy
6+
network_mode: host
7+
environment:
8+
- MQTT_BROKER_HOST=192.168.1.8
9+
- WOL_BROADCAST_ADDR=192.168.20.255
10+
restart: unless-stopped

0 commit comments

Comments
 (0)