[add] pihole

This commit is contained in:
Andy Bunce 2021-11-12 23:14:52 +00:00
parent 935567669b
commit 7c5c0b242e
5 changed files with 45 additions and 9 deletions

View file

@ -1,9 +1,5 @@
---
version: "3"
networks:
gitea:
external: false
version: "2.1"
services:
gitea:
image: gitea/gitea:latest
@ -11,8 +7,6 @@ services:
environment:
- USER_UID=1000
- USER_GID=1000
networks:
- gitea
volumes:
- ./data:/data
- /etc/timezone:/etc/timezone:ro
@ -20,6 +14,5 @@ services:
ports:
- "8300:3000"
- "222:22"
restart: unless-stopped
restart: unless-stopped