aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docker/docker-compose.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml
index 905d79b..58c5bf5 100644
--- a/docker/docker-compose.yml
+++ b/docker/docker-compose.yml
@@ -11,7 +11,7 @@ services:
11 - DB_PORT=3306 11 - DB_PORT=3306
12 - DB_USER=root 12 - DB_USER=root
13 - DB_PASSWORD=password 13 - DB_PASSWORD=password
14 - DB_DATABASE=database # existing Ferdi-server users who use the built-in sqlite database should use the database name "development" 14 - DB_DATABASE=ferdi # existing Ferdi-server users who use the built-in sqlite database should use the database name "development"
15 - DB_SSL=false 15 - DB_SSL=false
16 - MAIL_CONNECTION=smtp 16 - MAIL_CONNECTION=smtp
17 - SMPT_HOST=127.0.0.1 17 - SMPT_HOST=127.0.0.1