aboutsummaryrefslogtreecommitdiffstats
path: root/docker/docker-compose.yml
diff options
context:
space:
mode:
authorLibravatar thursday <xthursdayx@mailbox.org>2021-07-09 17:10:40 -0400
committerLibravatar GitHub <noreply@github.com>2021-07-09 17:10:40 -0400
commit0437e56eb20791864a3ab45fafe029805bb05715 (patch)
tree11e5ab1a2e5bd9b9a420f0d411156a0c2c491a88 /docker/docker-compose.yml
parentUpdate database.js (diff)
downloadferdium-server-0437e56eb20791864a3ab45fafe029805bb05715.tar.gz
ferdium-server-0437e56eb20791864a3ab45fafe029805bb05715.tar.zst
ferdium-server-0437e56eb20791864a3ab45fafe029805bb05715.zip
Update docker-compose.yml
As per changes to database.js and the discussion here: https://github.com/getferdi/server/pull/48#discussion_r667150127
Diffstat (limited to 'docker/docker-compose.yml')
-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 64797c4..d558ed4 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=adonis 14 - DB_DATABASE=database
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