mirror of
https://github.com/cmehay/docker-tor-hidden-service.git
synced 2025-05-31 20:02:15 +00:00
Expose dokku app on 80 port
This commit is contained in:
parent
cebe544fac
commit
d4d3ab3eb9
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ def set_conf():
|
||||||
service=service
|
service=service
|
||||||
))
|
))
|
||||||
if env_port:
|
if env_port:
|
||||||
service = '{port} {ip}:{port}'.format(
|
service = '80 {ip}:{port}'.format(
|
||||||
port=env_port, ip=links[link]['ip']
|
port=env_port, ip=links[link]['ip']
|
||||||
)
|
)
|
||||||
conf.write('HiddenServicePort {service}\n'.format(
|
conf.write('HiddenServicePort {service}\n'.format(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue