[add] pihole
This commit is contained in:
parent
935567669b
commit
7c5c0b242e
5 changed files with 45 additions and 9 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue