aboutsummaryrefslogtreecommitdiffstats
path: root/docker/docker-compose.yml
diff options
context:
space:
mode:
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 577c546..6f9adf3 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
28 volumes: 28 volumes:
29 - ferdi-database-vol:/data # existing Ferdi-server users who use the built-in sqlite database should use the volume name "/app/database" 29 - ferdi-database-vol:/data # existing Ferdi-server users who use the built-in sqlite database should use the volume name "/app/database"
30 - ferdi-recipes-vol:/app/recipes 30 - ferdi-recipes-vol:/app/recipes