12 lines
171 B
YAML
12 lines
171 B
YAML
services:
|
|
gitea:
|
|
image: gitea/gitea:1.x.x
|
|
|
|
container_name: gitea
|
|
|
|
network_mode: host
|
|
|
|
restart: unless-stopped
|
|
|
|
volumes:
|
|
- /opt/gitea/data:/data |