galette-community / docker

Membership management web application towards non profit organizations, in a Docker container !
https://hub.docker.com/repository/docker/galette/galette
GNU General Public License v3.0
5 stars 2 forks source link

Use HOSTNAME envvar for servername #4

Closed Asharas closed 3 years ago

Asharas commented 3 years ago

Pretty self explanatory, resulting hostname in logs is now different from a container to another (eg galette.e47754f22c0f:80).
Added as RUN instruction in Dockerfile to keep vhost.conf as close as possible to the documentation example.