diff options
author | Raphael <mail@raphaelkabo.com> | 2025-02-11 23:46:22 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-11 23:46:22 +0000 |
commit | fe5d47e46a96c541f1bf472607d4158a9a7c6e18 (patch) | |
tree | c158a758c650885cb9577e4d4d222985e0125f67 /docker-compose.yml | |
parent | e89c3425eefadedce96582f0f5e31dcb692792d3 (diff) | |
parent | 51a0ecb536b86147ceb27901cc22b3ada8e06a6a (diff) |
Merge pull request #189 from lowercasename/instance-information
Update docs and Docker Compose config
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: |