fix
This commit is contained in:
parent
93506862ec
commit
9b8b06a693
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@
|
|||
POSTGRES_PASSWORD = "drupal";
|
||||
};
|
||||
volumes = [
|
||||
"/var/riverside/postgres:/var/lib/postgresql/data"
|
||||
"/var/riverside/postgres:/var/lib/postgresql"
|
||||
];
|
||||
healthcheck = {
|
||||
test = [ "CMD-SHELL" "pg_isready -U drupal -d drupal" ];
|
||||
|
|
|
|||
Loading…
Reference in a new issue