You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
288 B
YAML

version: "3"
services:
server:
image: gitea/gitea:latest
container_name: gitea
environment:
- USER_UID=99
- USER_GID=100
restart: always
volumes:
- /mnt/user/appdata/gitea/container-data/data:/data:Z
ports:
- "3006:3000"
- "222:22"