From c87515d488b5c7d8858f404dbca1627b87128b27 Mon Sep 17 00:00:00 2001 From: thursday Date: Tue, 13 Jul 2021 09:16:58 -0400 Subject: Update docker-compose.yml Fixed the DATA_DIR to align with the rest of the repo and removed the reference to the config volume. --- docker/docker-compose.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml index acd1264..7a67b87 100644 --- a/docker/docker-compose.yml +++ b/docker/docker-compose.yml @@ -26,13 +26,11 @@ services: - CONNECT_WITH_FRANZ=false - DATA_DIR=/data # existing Ferdi-server users should ensure that they add this variable to ensure data persistence. volumes: - - ferdi-config-vol:/config - - ferdi-database-vol:/app/data # existing Ferdi-server users who use the built-in sqlite database should use the volume name "/app/database" + - ferdi-database-vol:/data # existing Ferdi-server users who use the built-in sqlite database should use the volume name "/app/database" - ferdi-recipes-vol:/app/recipes ports: - 3333:3333 # existing Ferdi-server users will neeed to update their portt mappings from 80:3333 to 3333:3333. restart: unless-stopped volumes: - ferdi-config-vol: ferdi-database-vol: ferdi-recipes-vol: -- cgit v1.2.3-70-g09d2