Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion docker-entrypoint
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,10 @@ EOF
}


ensure_docker_socket_accessible
if [ -z "$DOCKER_HOST" ]; then
echo "Testing docker socket accessibility"
ensure_docker_socket_accessible
fi

start_app() {
get_config
Expand Down