mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-30 21:42:51 +00:00
Add missing file
This commit is contained in:
parent
531f9e84ac
commit
d347ee087d
1 changed files with 3 additions and 0 deletions
3
00_set_docker_host_ipaddress.sh
Executable file
3
00_set_docker_host_ipaddress.sh
Executable file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/sh
|
||||||
|
# See the bottom of http://stackoverflow.com/questions/24319662/from-inside-of-a-docker-container-how-do-i-connect-to-the-localhost-of-the-mach
|
||||||
|
echo "`route -n | awk '/UG[ \t]/{print $2}'` dockerhost" >> /etc/hosts
|
Loading…
Reference in a new issue