Move nextcloud DB to SSD

Speeeeeeeeed
This commit is contained in:
Jake Howard 2020-05-28 20:20:33 +01:00
parent 28cdaefb05
commit f59c625058
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -28,7 +28,7 @@ services:
image: postgres:12-alpine
restart: unless-stopped
volumes:
- ./postgres:/var/lib/postgresql/data
- /srv/nextcloud-postgres:/var/lib/postgresql/data
environment:
- POSTGRES_PASSWORD=nextcloud
- POSTGRES_USER=nextcloud