Skip to content

Commit

Permalink
Add example docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ceskyDJ committed Sep 10, 2024
1 parent 3058456 commit 9ed47c7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ LICENSE
# Docker
.dockerignore
Dockerfile
docker-compose.yml
7 changes: 7 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
services:
pi-hole-lists:
container_name: pi-hole-lists
image: ghcr.io/ceskydj/pi-hole-lists:latest
restart: unless-stopped
ports:
- "5000:5000"

0 comments on commit 9ed47c7

Please sign in to comment.