There was an error while loading. Please reload this page.
1 parent c4d9a48 commit e871e93Copy full SHA for e871e93
1 file changed
docker/compose-dist.sh
@@ -7,7 +7,7 @@ set -e
7
# determine install base for multi environment deployments (parent of directory containing this file)
8
INTERNETNL_INSTALL_BASE=$(dirname "$(dirname "$(readlink -f "$0")")")
9
10
-exec docker run -ti --rm --pull=never \
+exec docker run -ti --rm --pull=missing \
11
--volume /var/run/docker.sock:/var/run/docker.sock \
12
--volume "$INTERNETNL_INSTALL_BASE:/opt/Internet.nl" \
13
--workdir /opt/Internet.nl \
0 commit comments