From 8d27e493a63f583e7cc936ac8fd9a3b11a864c80 Mon Sep 17 00:00:00 2001 From: Raphael Date: Sat, 27 Jul 2024 18:32:49 +0100 Subject: [PATCH] Update comments in Dockerfile --- docker-compose.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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