change forgejo ssh port

This commit is contained in:
Pim Kunis 2023-01-06 17:35:36 +01:00
parent 5b31f5dddb
commit 4c4f558579
5 changed files with 11 additions and 4 deletions

View file

@ -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

View file

@ -5,6 +5,8 @@ loglevel = "DEBUG"
address = ":80"
[entryPoints.websecure]
address = ":443"
[entryPoints.ssh]
address = ":56287"
[api]