Browse Source

sentry: typo

Guilhem Saurel 6 years ago
parent
commit
837d2ecb18
1 changed files with 1 additions and 1 deletions
  1. 1 1
      sentry/docker-compose.yml

+ 1 - 1
sentry/docker-compose.yml

@@ -8,7 +8,7 @@ services:
     image: postgres:11-alpine
     restart: unless-stopped
     volumes:
-      - ${CHATONS_ROOT_DIR:-/srv/chatons}/nextcloud/db:/var/lib/postgresql/data
+      - ${CHATONS_ROOT_DIR:-/srv/chatons}/sentry/db:/var/lib/postgresql/data
   sentry:
     image: sentry
     restart: unless-stopped