mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Add missing file
This commit is contained in:
parent
906919a86f
commit
820b6ad4e8
1 changed files with 3 additions and 0 deletions
3
server-ce/00_set_docker_host_ipaddress.sh
Executable file
3
server-ce/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