Browse Source

fix: [compose-core] added a default ``COMPOSE_HTTP_TIMEOUT`` of 2 hours

Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
master 1.5.9
Valentin Lab 2 years ago
parent
commit
2b8c6dd178
  1. 1
      bin/compose-core

1
bin/compose-core

@ -3156,6 +3156,7 @@ docker_compose_store() {
mkdir -p "$dst" || return 1
cat <<EOF > "$dst/.env" || return 1
DOCKER_COMPOSE_PATH=$dst
COMPOSE_HTTP_TIMEOUT=7200
EOF
cp "$file" "$dst/docker-compose.yml" || return 1

Loading…
Cancel
Save