Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prefer tideways published docker container over custom container #543

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

edorian
Copy link

@edorian edorian commented Jan 9, 2025

Description

We at Tideways started publishing containers for our daemon and PHP extension last year to ensure easier integration in docker setups and to make it easy to keep versions updated

We make available an image supporting mac and Linux on x86 and ARM at: https://github.com/tideways/container-images/pkgs/container/daemon

This PR uses that image over the classic install way via apt. It's faster and will ensure up to do date versions easier and in a more docker supported way.

The effective changes of this PR are minimal, with a change in hostname and that the daemon will now listen to IPv6 as well as IPv4

--hostname=tideways -> --hostname=tideways-daemon
--address=0.0.0.0:9135 -> --address=[::]:9135

Related resources

https://support.tideways.com/documentation/setup/installation/docker-with-compose.html#tideways-daemon-container

Checklist

  • I agree with the Code Contribution License Agreement in CONTRIBUTING.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant