This commit is contained in:
2026-01-02 00:32:41 -05:00
parent 0095d020f0
commit a4660adbbe

View File

@@ -81,12 +81,14 @@ chmod 750 /var/log/gitea
chmod 750 /var/db/gitea
```
### 8. Enable and Start Gitea
### 8. Start Gitea
``` sh
service gitea start
```
Verify Gitea is running
Exit the container
``` sh