Expose dokku app on 80 port

This commit is contained in:
kjwon15 2016-01-19 09:47:20 +09:00
parent cebe544fac
commit d4d3ab3eb9

View File

@ -28,7 +28,7 @@ def set_conf():
service=service
))
if env_port:
service = '{port} {ip}:{port}'.format(
service = '80 {ip}:{port}'.format(
port=env_port, ip=links[link]['ip']
)
conf.write('HiddenServicePort {service}\n'.format(