aboutsummaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorLibravatar thursday <xthursdayx@mailbox.org>2021-07-13 08:05:19 -0400
committerLibravatar GitHub <noreply@github.com>2021-07-13 08:05:19 -0400
commitf97d567dd8ca43b9b27153f4e98f45e84a22052d (patch)
treee7f09bf1299295c4ffc4e197a1459d28d232bf81 /docker
parentUpdate docker/README.md (diff)
downloadferdium-server-f97d567dd8ca43b9b27153f4e98f45e84a22052d.tar.gz
ferdium-server-f97d567dd8ca43b9b27153f4e98f45e84a22052d.tar.zst
ferdium-server-f97d567dd8ca43b9b27153f4e98f45e84a22052d.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 cf7269a..acd1264 100644
--- a/docker/docker-compose.yml
+++ b/docker/docker-compose.yml
@@ -24,7 +24,7 @@ services:
24 - IS_DASHBOARD_ENABLED=true 24 - IS_DASHBOARD_ENABLED=true
25 - IS_REGISTRATION_ENABLED=true 25 - IS_REGISTRATION_ENABLED=true
26 - CONNECT_WITH_FRANZ=false 26 - CONNECT_WITH_FRANZ=false
27 - DATA_DIR=data # existing Ferdi-server users should ensure that they add this variable to ensure data persistence. 27 - DATA_DIR=/data # existing Ferdi-server users should ensure that they add this variable to ensure data persistence.
28 volumes: 28 volumes:
29 - ferdi-config-vol:/config 29 - ferdi-config-vol:/config
30 - ferdi-database-vol:/app/data # existing Ferdi-server users who use the built-in sqlite database should use the volume name "/app/database" 30 - ferdi-database-vol:/app/data # existing Ferdi-server users who use the built-in sqlite database should use the volume name "/app/database"