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

Makes imaginary port configurable #2541

Merged
merged 2 commits into from
May 12, 2023

Conversation

steffenmalisi
Copy link
Contributor

With commit 6fe6d7e the imaginary image lost the possibility of manually configuring the port imaginary listens to.

The original image, where this one was based on (https://github.com/h2non/imaginary/blob/master/Dockerfile), does support defining the port as ENV variable.

This PR introduces this capability again, also for AIO.

Why is it needed? In my case I am running some of the AIO containers in one Podman pod. Within a pod all containers share the same network namespace. Because php fpm and imaginary are using port 9000 by default, I welcomed the possibility of the imaginary image to change the default port.

@szaimen szaimen added 3. to review Waiting for reviews enhancement New feature or request labels May 11, 2023
@szaimen szaimen added this to the next milestone May 11, 2023
@szaimen szaimen force-pushed the feature/imaginary-port branch from 819956b to 7df7ee7 Compare May 12, 2023 10:51
@szaimen szaimen merged commit cf9220c into nextcloud:main May 12, 2023
@steffenmalisi steffenmalisi deleted the feature/imaginary-port branch May 12, 2023 12:07
@szaimen
Copy link
Collaborator

szaimen commented May 19, 2023

This is now released with v5.2.0 Beta. Testing and feedback is welcome! See https://github.com/nextcloud/all-in-one#how-to-switch-the-channel

@steffenmalisi
Copy link
Contributor Author

This is now released with v5.2.0 Beta. Testing and feedback is welcome! See https://github.com/nextcloud/all-in-one#how-to-switch-the-channel

Works in my setup

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants