21 lines
393 B
Plaintext
21 lines
393 B
Plaintext
[Unit]
|
|
Description=Gitea
|
|
|
|
[Container]
|
|
ContainerName=gitea
|
|
Image=docker.gitea.com/gitea:1.25.3-rootless
|
|
PublishPort=3000:3000
|
|
PublishPort=2222:2222
|
|
Volume=gitea-config:/etc/gitea
|
|
Volume=gitea-data:/var/lib/gitea
|
|
Volume=/etc/localtime:/etc/localtime:ro
|
|
|
|
[Service]
|
|
Restart=unless-stopped
|
|
|
|
# Give the container a moment to shut down gracefully
|
|
TimeoutStopSec=30
|
|
|
|
[Install]
|
|
WantedBy=default.target
|