feat: add more debug information

This commit is contained in:
josegonzalez
2023-02-07 20:46:54 -05:00
committed by GitHub
parent acaaaf586b
commit 2f4d5dfe38

View File

@@ -136,6 +136,9 @@ service_create_container() {
done < <(fn-plugin-property-get "$PLUGIN_COMMAND_PREFIX" "$SERVICE" "post-start-network" | tr "," "\n")
fi
docker logs "$SERVICE_NAME"
docker inspect "$SERVICE_NAME"
dokku_log_verbose_quiet "Waiting for container to be ready"
"$DOCKER_BIN" container run "${LINK_CONTAINER_DOCKER_ARGS[@]}" "$PLUGIN_WAIT_IMAGE" -c "$SERVICE_NAME:$PLUGIN_DATASTORE_WAIT_PORT" >/dev/null