diff options
author | Raphael <mail@raphaelkabo.com> | 2025-02-11 23:46:36 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-11 23:46:36 +0000 |
commit | d803bc21dce5f207243b7bca749b6ffc924cfd3f (patch) | |
tree | 3ed1d46294cf34e9b41fd39ffc904a148e2f5342 /docker-compose.yml | |
parent | a1b074decbcbc038fa90344e24a2b56d51fdb6ff (diff) | |
parent | fe5d47e46a96c541f1bf472607d4158a9a7c6e18 (diff) |
Merge branch 'main' into update/installation-docs
Diffstat (limited to 'docker-compose.yml')
-rw-r--r-- | docker-compose.yml | 3 |
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: |