Skip to content

Mods for macOS installer.#3

Closed
danichcr72 wants to merge 6 commits intomainfrom
docker-explicit-path
Closed

Mods for macOS installer.#3
danichcr72 wants to merge 6 commits intomainfrom
docker-explicit-path

Conversation

@danichcr72
Copy link
Contributor

Changes required for macOS installer.

--danich


log_info "Pulling latest container images."
if ! output=$(run_with_timeout 300 docker compose pull 2>&1); then
if [ $use_timeout -eq 1 ] && ! output=$(run_with_timeout 300 $DOCKER_CMD compose pull 2>&1); then
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't work when running inside the macOS installer...

@danichcr72 danichcr72 requested a review from landwehrj May 22, 2025 19:46
echo " --http-port PORT Specify custom HTTP port (default: $DEFAULT_HTTP_PORT)"
echo " --https-port PORT Specify custom HTTPS port (default: $DEFAULT_HTTPS_PORT)"
echo " --docker-command DOCKER_COMMAND Specify explicit location of the docker command (default: $DEFAULT_DOCKER_CMD)"
echo " -h, --help Show this help message"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should a line in the help be added for use-timeout?

@danichcr72 danichcr72 closed this May 23, 2025
@danichcr72 danichcr72 deleted the docker-explicit-path branch May 23, 2025 15:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants