aboutsummaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorLibravatar thursday <xthursdayx@mailbox.org>2021-07-18 00:47:50 -0400
committerLibravatar GitHub <noreply@github.com>2021-07-18 00:47:50 -0400
commit38991cade3ee2898f057b087a1af2140407c99ab (patch)
tree283519bbbec65a68994c30d6e2a910b2b0a25750 /docker
parentUpdate README.md (diff)
downloadferdium-server-38991cade3ee2898f057b087a1af2140407c99ab.tar.gz
ferdium-server-38991cade3ee2898f057b087a1af2140407c99ab.tar.zst
ferdium-server-38991cade3ee2898f057b087a1af2140407c99ab.zip
Update docker/docker-compose.yml
Co-authored-by: Cromefire_ <cromefire_@outlook.com>
Diffstat (limited to 'docker')
-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 7a67b87..577c546 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=ferdi # existing Ferdi-server users who use the built-in sqlite database should use the database name "development" 14 - DB_DATABASE=ferdi
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