aboutsummaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorLibravatar thursday <xthursdayx@mailbox.org>2021-07-18 00:48:34 -0400
committerLibravatar GitHub <noreply@github.com>2021-07-18 00:48:34 -0400
commitc584dd81bbaad01b4ac58980fe18541cd5dd8a9b (patch)
tree4fa0c34c71e40b8ab937ce7454d8e9593504d624 /docker
parentUpdate docker/docker-compose.yml (diff)
downloadferdium-server-c584dd81bbaad01b4ac58980fe18541cd5dd8a9b.tar.gz
ferdium-server-c584dd81bbaad01b4ac58980fe18541cd5dd8a9b.tar.zst
ferdium-server-c584dd81bbaad01b4ac58980fe18541cd5dd8a9b.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 6f9adf3..775d3e5 100644
--- a/docker/docker-compose.yml
+++ b/docker/docker-compose.yml
@@ -26,7 +26,7 @@ services:
26 - CONNECT_WITH_FRANZ=false 26 - CONNECT_WITH_FRANZ=false
27 - DATA_DIR=/data 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
30 - ferdi-recipes-vol:/app/recipes 30 - ferdi-recipes-vol:/app/recipes
31 ports: 31 ports:
32 - 3333:3333 # existing Ferdi-server users will neeed to update their portt mappings from 80:3333 to 3333:3333. 32 - 3333:3333 # existing Ferdi-server users will neeed to update their portt mappings from 80:3333 to 3333:3333.