Skip to content

Commit

Permalink
change gitea default ssh port
Browse files Browse the repository at this point in the history
  • Loading branch information
Onur committed May 30, 2019
1 parent 5ebc299 commit 29acf32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/gitea/templates/docker-compose.yml.j2
Expand Up @@ -15,6 +15,7 @@ services:
DB_PASSWD: {{ gitea_mysql_pass }}
ROOT_URL: "https://gitea.{{ base_domain }}"
SSH_DOMAIN: "gitea.{{ base_domain }}"
SSH_PORT: "2222"
INSTALL_LOCK: "true"
RUN_MODE: "prod"
APP_NAME: "gitea"
Expand Down

0 comments on commit 29acf32

Please sign in to comment.