Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jenny Ryan
ouinet
Commits
53eb6eed
Commit
53eb6eed
authored
Apr 17, 2020
by
Ivan Vilata-i-Balaguer
Browse files
Fix Docker Compose port forwarding hints for new client ports.
parent
ad85e871
Changes
1
Hide whitespace changes
Inline
Side-by-side
docker-compose.yml
View file @
53eb6eed
...
...
@@ -45,11 +45,13 @@ services:
#network_mode: bridge
#ports:
# - "127.0.0.1:8077:8077" # client HTTP proxy
# - "127.0.0.1:8078:8078" # client front-end
#
#
Also run the command below
in the shell container
#
t
o
modify ``listen-on-*`` options to use ``0.0.0.0``
:
#
Then edit `client/ouinet-client.conf`
in the shell container
#
s
o
that the following options appear
:
#
# sed -E 's/(^listen-on-\S+\s*=\s*)127.0.0.1(:.*)/\10.0.0.0\2/' */ouinet-*.conf
# listen-on-tcp = 0.0.0.0:8077
# front-end-ep = 0.0.0.0:8078
#
command
:
[
"
${OUINET_ROLE:-client}"
]
# The service will be restarted (also on reboot)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment