Skip to content

[TASK] Demonstrate how to extend a docker image #5659

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

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Conversation

linawolf
Copy link
Member

Releases: main, 13.4, 12.4

@linawolf linawolf added backport 12.4 Backport to TYPO3v12 backport 13.4 Backport to TYPO3v13 labels May 26, 2025
Copy link
Contributor

@sfinnerWco sfinnerWco left a comment

Choose a reason for hiding this comment

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

Looks good to me.


If you see this message in the logs:
`AH00558: apache2: Could not reliably determine the server's fully qualified domain name...`
you can safely ignore it, or suppress it by setting `ServerName localhost` in Apache's config.
Copy link
Contributor

Choose a reason for hiding this comment

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

servername localhost will break setups, as the config setting will set the only accepted hostname to localhost so when people are using another hostname there container will not serve the application.

It's ok to ignore this error when using docker.

Copy link
Member Author

Choose a reason for hiding this comment

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

So is or isnt this correct?

Copy link
Contributor

Choose a reason for hiding this comment

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

using ServerName localhost is incorrect

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 12.4 Backport to TYPO3v12 backport 13.4 Backport to TYPO3v13
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants