summaryrefslogtreecommitdiff
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorRaphael Kabo <raphaelkabo@hey.com>2025-02-11 23:20:53 +0000
committerRaphael Kabo <raphaelkabo@hey.com>2025-02-11 23:21:29 +0000
commitd985b8d278f3df5699bac15f49e1316628a74c63 (patch)
tree6e522f33dce82a43a446e8376ade73a2d8e828b8 /docker-compose.yml
parent2d7507a4fde247ea3e67c2d49df157abd60d6599 (diff)
Update docs and Docker Compose config
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index 5a8a0d9..f799a9e 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -12,6 +12,9 @@ services:
volumes:
# The path to Gathio's config folder - change to match your system
- ./gathio-docker/config:/app/config
+ # The path to Gathio's static, public pages including instance description
+ # and privacy policy - change to match your system
+ - ./gathio-docker/static:/app/static
# The path to Gathio's user-uploaded event images folder - change to match your system
- ./gathio-docker/images:/app/public/events
mongo: