fix: change Gitea host port 3000 → 3100 (3000 already in use)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Deeman
2026-02-27 17:29:25 +01:00
parent 08fd5e82c4
commit 4b1c2d1509

View File

@@ -4,7 +4,7 @@ services:
container_name: gitea
restart: always
ports:
- "3000:3000"
- "3100:3000"
volumes:
- /data/server-infra/gitea:/data
- /etc/timezone:/etc/timezone:ro