summaryrefslogtreecommitdiff
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorRaphael <mail@raphaelkabo.com>2025-02-11 23:46:36 +0000
committerGitHub <noreply@github.com>2025-02-11 23:46:36 +0000
commitd803bc21dce5f207243b7bca749b6ffc924cfd3f (patch)
tree3ed1d46294cf34e9b41fd39ffc904a148e2f5342 /docker-compose.yml
parenta1b074decbcbc038fa90344e24a2b56d51fdb6ff (diff)
parentfe5d47e46a96c541f1bf472607d4158a9a7c6e18 (diff)
Merge branch 'main' into update/installation-docs
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: