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

"the configuration copied above" ? #5

Closed SamuelAllain closed 1 year ago

SamuelAllain commented 2 years ago

Hi, thanks for the instructions. I'm wondering whether a step has not been skipped (a docker cp ?) because it's written "the configuration copied above" but I don't find any step where we copy the files

trasher commented 2 years ago

Hello,

I cannot really help you since I do not know docker at all... But I can give you an example of configuration file (assuming mysql is used):

<?php
define('TYPE_DB', 'mysql');
define('HOST_DB', 'localhost');
define('PORT_DB', '3306');
define('USER_DB', 'dbusername');
define('PWD_DB', 'password');
define('NAME_DB', 'galette_dbname');
define('PREFIX_DB', 'galette_');

I also have noticed that proposed Galette versions are quite old; and probably not secure.

Hiobi commented 2 years ago

Hi @SamuelAllain,

thanks for your report ! You can find the file in .example folder (here). I corrected the Readme and added the direct link, but it still need an update and more explanations, the docker image has been updated 4 months ago.