aboutsummaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorLibravatar thursday <xthursdayx@mailbox.org>2021-07-12 22:34:02 -0400
committerLibravatar GitHub <noreply@github.com>2021-07-12 22:34:02 -0400
commiteac1b03b7cf41e0e234912155bb0b2ff25267738 (patch)
tree5ff5a4926a31543ffbadb58fab18caecae2fd55e /docker
parentUpdate README.md (diff)
downloadferdium-server-eac1b03b7cf41e0e234912155bb0b2ff25267738.tar.gz
ferdium-server-eac1b03b7cf41e0e234912155bb0b2ff25267738.tar.zst
ferdium-server-eac1b03b7cf41e0e234912155bb0b2ff25267738.zip
Update docker-compose.yml
Added additional migration note for existing users.
Diffstat (limited to 'docker')
-rw-r--r--docker/docker-compose.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml
index 58c5bf5..cf7269a 100644
--- a/docker/docker-compose.yml
+++ b/docker/docker-compose.yml
@@ -24,13 +24,13 @@ 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 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"
31 - ferdi-recipes-vol:/app/recipes 31 - ferdi-recipes-vol:/app/recipes
32 ports: 32 ports:
33 - 3333:3333 33 - 3333:3333 # existing Ferdi-server users will neeed to update their portt mappings from 80:3333 to 3333:3333.
34 restart: unless-stopped 34 restart: unless-stopped
35volumes: 35volumes:
36 ferdi-config-vol: 36 ferdi-config-vol: