You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
276 B
13 lines
276 B
version: "3"
|
|
|
|
services:
|
|
pihole:
|
|
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
|
|
|