summaryrefslogtreecommitdiff
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorRaphael <mail@raphaelkabo.com>2025-02-11 23:46:53 +0000
committerGitHub <noreply@github.com>2025-02-11 23:46:53 +0000
commit227787d28fc91aada6106218fac186f4f5c6269f (patch)
treece84abd4f10f1baf5c987808b97f8a7494bde5ef /docker-compose.yml
parent0fea3393d63858e1585dd1f16ca4e75cc16dbdc0 (diff)
parentfe5d47e46a96c541f1bf472607d4158a9a7c6e18 (diff)
Merge branch 'main' into update/remove-google-fonts
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: