docker-compose.yml für gitea

This commit is contained in:
Olli Graf
2023-06-08 20:05:48 +02:00
parent 1676604249
commit 9af91766dd

View File

@@ -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