change gitea port to 3500
This commit is contained in:
@@ -12,6 +12,7 @@ services:
|
||||
- DB_USER=bizmatch
|
||||
- DB_PASSWD=gitea
|
||||
- GITEA__server__MINIMUM_KEY_SIZE_CHECK=false
|
||||
- GITEA__server__HTTP_PORT=3500
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- bizmatch
|
||||
@@ -19,7 +20,7 @@ services:
|
||||
- gitea-data:/data
|
||||
- ./gitea/gitea-ssh:/data/git/.ssh
|
||||
ports:
|
||||
- "3000:3000"
|
||||
- "3500:3500"
|
||||
- "2222:22"
|
||||
|
||||
db:
|
||||
|
||||
Reference in New Issue
Block a user