Skip to content

Commit 9ed47c7

Browse files
committed
Add example docker-compose.yml
1 parent 3058456 commit 9ed47c7

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.dockerignore

+1
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ LICENSE
1010
# Docker
1111
.dockerignore
1212
Dockerfile
13+
docker-compose.yml

docker-compose.yml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
services:
2+
pi-hole-lists:
3+
container_name: pi-hole-lists
4+
image: ghcr.io/ceskydj/pi-hole-lists:latest
5+
restart: unless-stopped
6+
ports:
7+
- "5000:5000"

0 commit comments

Comments
 (0)