mirror of
https://github.com/cmehay/docker-tor-hidden-service
synced 2024-11-18 09:25:54 +00:00
Expose dokku app on 80 port
This commit is contained in:
parent
cebe544fac
commit
d4d3ab3eb9
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user