Olli Graf
2 years ago
1 changed files with 14 additions and 0 deletions
@ -0,0 +1,14 @@ |
|||
version: "3" |
|||
|
|||
services: |
|||
pihole: |
|||
network_mode: host |
|||
container_name: gitea |
|||
image: kunde21/gitea-arm:latest |
|||
ports: |
|||
- "3000:3000/tcp" |
|||
- "23:22/tcp" |
|||
# Volumes store your data between container upgrades |
|||
volumes: |
|||
- '/opt/gitea:/data' |
|||
restart: unless-stopped |
Loading…
Reference in new issue