Change forgejo SSH port

New ISP seems to be blocking 22
main
Marko Korhonen 4 weeks ago
parent f73a509ae3
commit 4bade97832
No known key found for this signature in database
GPG Key ID: A7F78BCB859CD890

@ -8,7 +8,7 @@ container_name = "forgejo"
environment = ["TZ=Europe/Helsinki", "USER_UID=1000", "USER_GID=1000"]
restart = "unless-stopped"
networks = ["postgres", "proxy"]
ports = ["22:22"]
ports = ["2882:2882"]
volumes = ["data:/data", "/etc/localtime:/etc/localtime:ro"]
[services.runner]

@ -40,6 +40,7 @@ host tirion
host forgejo
HostName git.korhonen.cc
port 2882
user git
host gitlab

Loading…
Cancel
Save