Skip to content

Commit c248ca1

Browse files
committed
2 parents 17b294a + 35db764 commit c248ca1

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,19 @@ WoL Client is a Wake-on-LAN Docker Container, that wakes up queried Machines.
77
```yaml
88
---
99
services:
10-
wol-client:
11-
image: ghcr.io/codeshelldev/wol-client
10+
wol:
1211
container_name: wol-client
12+
image: ghcr.io/codeshelldev/wol-client:latest
13+
restart: unless-stopped
14+
security_opt:
15+
- label=disable
16+
networks:
17+
network:
18+
aliases:
19+
- wol-client
20+
21+
networks:
22+
network:
1323
```
1424
1525
Combine with [WoL-Redirect](https://github.com/codeshelldev/wol-redirect) for a graphical interface.

0 commit comments

Comments
 (0)