Skip to content

Commit 7d1568f

Browse files
committed
update README
1 parent e531e1a commit 7d1568f

2 files changed

Lines changed: 13 additions & 11 deletions

File tree

.dockerignore

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1 @@
1-
.gitignore
2-
.git
3-
.github
4-
.env
5-
docker-compose.yaml
6-
LICENSE
7-
*.md
8-
Dockerfile
9-
.venv
1+
!app.py

docker-compose.yaml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
---
22
services:
3-
wol-client:
4-
image: ghcr.io/codeshelldev/wol-client
3+
wol:
54
container_name: wol-client
5+
image: ghcr.io/codeshelldev/wol-client:latest
6+
restart: unless-stopped
7+
security_opt:
8+
- label=disable
9+
networks:
10+
network:
11+
aliases:
12+
- wol-client
13+
14+
networks:
15+
network:

0 commit comments

Comments
 (0)