summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docker-compose.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index 714362f..a7a3f59 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -11,8 +11,9 @@ services:
ports:
- 3000:3000
volumes:
- # Set the correct path to the config folder
+ # The path to Gathio's config folder - change to match your system
- ./gathio-docker/config:/app/config
+ # The path to Gathio's user-uploaded event images folder - change to match your system
- ./gathio-docker/events:/app/public/events
mongo:
image: mongo:latest