==============
Nouvelle instance Wordpress créée suite à la tâche #1580 https://gestion.lachouettecoop.fr/issues/1580#change-5421
First, clone this repository:
$ git clone [email protected]:lachouettecoop/chouette-wordpress.git
Create your instance of docker-compose.yml
$ cp docker-compose.yml.dist docker-compose.yml
With your favorite text editor edit 'docker-compose.yml' and do the following changes
MYSQL_ROOT_PASSWORD
: Change to a real passwordVIRTUAL_HOST
: put your domain name here
Then, run:
$ docker-compose up -d