aboutsummaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorLibravatar thursday <xthursdayx@mailbox.org>2021-07-18 00:48:16 -0400
committerLibravatar GitHub <noreply@github.com>2021-07-18 00:48:16 -0400
commit1e7416aa921375a264434fc1b8644027f70e87d9 (patch)
tree436ce66fdafd96cf3cf65d0853107d85b03a32d1 /docker
parentUpdate docker/docker-compose.yml (diff)
downloadferdium-server-1e7416aa921375a264434fc1b8644027f70e87d9.tar.gz
ferdium-server-1e7416aa921375a264434fc1b8644027f70e87d9.tar.zst
ferdium-server-1e7416aa921375a264434fc1b8644027f70e87d9.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 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