summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphael <mail@raphaelkabo.com>2024-07-27 18:32:49 +0100
committerGitHub <noreply@github.com>2024-07-27 18:32:49 +0100
commit8d27e493a63f583e7cc936ac8fd9a3b11a864c80 (patch)
treef8f5bf4bffe95d7acd56efb01dea6388f7365c8c
parent06f66d3b6745e0f190b33ff8fc4bfa67b94c08ce (diff)
Update comments in Dockerfile
-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