Update for Gitea : Traefik configuration (disable port)
This commit is contained in:
@ -68,9 +68,9 @@ services:
|
|||||||
- ./log:/app/gitea/log:rw
|
- ./log:/app/gitea/log:rw
|
||||||
- /etc/timezone:/etc/timezone:ro
|
- /etc/timezone:/etc/timezone:ro
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
ports:
|
# ports:
|
||||||
- "3080:3000"
|
# - "3080:3000"
|
||||||
- "222:22"
|
# - "222:22"
|
||||||
depends_on:
|
depends_on:
|
||||||
postgres:
|
postgres:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
Reference in New Issue
Block a user