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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user