docker update

This commit is contained in:
David Schroeder
2026-07-26 14:29:23 -05:00
parent 4511d3a0a3
commit 8d17c83f35
5 changed files with 19 additions and 18 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ The production layout is a self-contained, single-VM Docker deployment:
- explicit runtime storage under `config/` beside the Compose files
No external database or load balancer is required. The datacenter edge only
needs to forward TCP 80, 443, and 2222 to the Docker VM.
needs to forward public TCP 80 and 443 to the configured Docker VM ports.
See [docs/deployment.md](docs/deployment.md) for the installation, Gitea setup,
TLS bootstrap, repository move, renewal, backup, and update procedures. The