change restart policy

This commit is contained in:
2026-01-30 09:30:01 +01:00
parent a5aa0999ad
commit bc1c1160eb
3 changed files with 4 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ services:
- GITEA__mailer__USER=${SMTP_USER:?}
- GITEA__mailer__PASSWD=${SMTP_PASSWORD:?}
- GITEA__mailer__PROTOCOL=smtp+starttls
restart: always
restart: unless-stopped
extra_hosts:
- "host:${HOST_IP}"
volumes: