Move remaining DBs to SSD

This commit is contained in:
Jake Howard
2023-06-15 21:18:50 +01:00
parent 2af9f8529d
commit b07d424d87
7 changed files with 7 additions and 7 deletions

View File

@ -35,7 +35,7 @@ services:
image: postgres:14-alpine
restart: unless-stopped
volumes:
- /mnt/tank/dbs/postgres/grafana/:/var/lib/postgresql/data
- /mnt/speed/dbs/postgres/grafana/:/var/lib/postgresql/data
environment:
- POSTGRES_PASSWORD=grafana
- POSTGRES_USER=grafana