-
Notifications
You must be signed in to change notification settings - Fork 414
[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
base: main
Are you sure you want to change the base?
Conversation
Releases: main, 13.4, 12.4
Releases: main, 13.4, 12.4
Co-authored-by: Sven Finner <[email protected]>
Co-authored-by: Sven Finner <[email protected]>
There was a problem hiding this 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. |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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
Releases: main, 13.4, 12.4