16306: in cmd/arvados-dev/docker-build-install.sh, make sure nginx is
authorWard Vandewege <ward@curii.com>
Mon, 9 Nov 2020 20:57:47 +0000 (15:57 -0500)
committerWard Vandewege <ward@curii.com>
Tue, 10 Nov 2020 14:37:04 +0000 (09:37 -0500)
       configured to listen on all IPs.

Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward@curii.com>

cmd/arvados-dev/docker-build-install.sh

index 78b08d7dc3758cb3f8c2d77160da0b2cf4a8df82..ff514a3b68f5c1a7fc85d08f2a3371bd960ec1ee 100755 (executable)
@@ -125,4 +125,4 @@ docker run -it --rm \
        -v /tmp/pkg:/pkg:ro \
        -v ${sourcesfile}:/etc/apt/sources.list.d/arvados-local.list:ro \
        "${installimage}" \
-       bash -c 'apt update && DEBIAN_FRONTEND=noninteractive apt install --reinstall -y arvados-server-easy postgresql && /etc/init.d/postgresql start && /var/lib/arvados/bin/arvados-server init -cluster-id x1234 && /var/lib/arvados/bin/arvados-server boot'
+       bash -c 'apt update && DEBIAN_FRONTEND=noninteractive apt install --reinstall -y arvados-server-easy postgresql && /etc/init.d/postgresql start && /var/lib/arvados/bin/arvados-server init -cluster-id x1234 && /var/lib/arvados/bin/arvados-server boot -listen-host 0.0.0.0'