You've already forked docker_fresh
mirror of
https://github.com/1C-Company/docker_fresh.git
synced 2025-12-05 23:18:46 +02:00
fix error
This commit is contained in:
2
start.py
2
start.py
@@ -294,7 +294,7 @@ def configurate_site():
|
||||
"""Configurate site settings"""
|
||||
|
||||
call(' '.join(helper.edit_site_settings(host_name, sup_password)), remote=False)
|
||||
call('curl https://{}/settings/finish_configuration'.format(host_name), remote=False)
|
||||
call('docker exec -t web.{0} curl https://{0}/settings/finish_configuration'.format(host_name), remote=False)
|
||||
call(' '.join(helper.enable_manual_registration(host_name)), remote=False)
|
||||
call(' '.join(helper.enable_openid(host_name)), remote=False)
|
||||
call(' '.join(helper.add_solution(
|
||||
|
||||
Reference in New Issue
Block a user