Move nextcloud DB to SSD
Speeeeeeeeed
This commit is contained in:
parent
28cdaefb05
commit
f59c625058
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue