upgrade to 1.17.2 and fix error on vagrant
This commit is contained in:
parent
c291788219
commit
bd9febe4ad
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ gitea_lib_dir: "/var/lib/gitea"
|
|||
gitea_user: 'git'
|
||||
gitea_group: 'git'
|
||||
gitea_confdir: '/etc/gitea/app.ini'
|
||||
gitea_version: '1.17.1'
|
||||
gitea_version: '1.17.2'
|
||||
|
||||
|
||||
#[CONFIG]
|
||||
|
@ -43,7 +43,7 @@ gitea_server_config:
|
|||
- 'SSH_DOMAIN = git.example.org'
|
||||
- 'DOMAIN = 192.168.33.14'
|
||||
- 'HTTP_PORT = 3000'
|
||||
- 'ROOT_URL = 192.168.33.14'
|
||||
- 'ROOT_URL = http://192.168.33.14:3000'
|
||||
- 'DISABLE_SSH = false'
|
||||
- 'SSH_PORT = 22'
|
||||
- 'LFS_START_SERVER = true'
|
||||
|
|
Loading…
Reference in a new issue