change forgejo ssh port
This commit is contained in:
parent
5b31f5dddb
commit
4c4f558579
5 changed files with 11 additions and 4 deletions
|
@ -17,6 +17,7 @@ services:
|
|||
ports:
|
||||
- "443:443"
|
||||
- "80:80"
|
||||
- "56287:56287"
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- /apps/traefik/traefik.toml:/etc/traefik/traefik.toml
|
||||
|
|
|
@ -5,6 +5,8 @@ loglevel = "DEBUG"
|
|||
address = ":80"
|
||||
[entryPoints.websecure]
|
||||
address = ":443"
|
||||
[entryPoints.ssh]
|
||||
address = ":56287"
|
||||
|
||||
[api]
|
||||
|
||||
|
|
Reference in a new issue