From f2bb79da6ca7b8e79ed7a21ad09c456b70b8357e Mon Sep 17 00:00:00 2001 From: Vincent Massol <vincent@massol.net> Date: Fri, 24 Feb 2017 11:44:34 +0100 Subject: [PATCH] XDOCKER-10: Cannot change database name * Added missing env in the example compose file --- docker-compose-using.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose-using.yml b/docker-compose-using.yml index 3842218..7eb897b 100644 --- a/docker-compose-using.yml +++ b/docker-compose-using.yml @@ -34,6 +34,7 @@ services: environment: - MYSQL_USER=xwiki - MYSQL_PASSWORD=xwiki + - MYSQL_DATABASE=xwiki - DB_CONTAINER_NAME=xwiki-mysql # Provide a name instead of an auto-generated id for the xwiki permanent directory configured in the Dockerfile, # to make it simpler to identify in 'docker volume ls'. -- GitLab