Rename the postgres named volumes

pull/27/head
Tristan Daniël Maat 2021-04-17 22:12:41 +01:00
parent 40002ac76e
commit df76dcbf11
Signed by: tlater
GPG Key ID: 49670FD774E43268
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@
POSTGRES_USER = "gitea";
POSTGRES_PASSWORD = "/qNDDK9WCMuubfA7D8DFwfl9T+Gy2IMDvPhiNpcxZjY=";
};
volumes = [ "gitea-db-data-new:/var/lib/postgresql/data" ];
volumes = [ "gitea-db-data:/var/lib/postgresql/data" ];
};
};
};

View File

@ -45,7 +45,7 @@
POSTGRES_USER = "nextcloud";
POSTGRES_PASSWORD = "rI7t7Nek1yGA9ucrRc7Uhy0jcjwPjnXa8me4o8tJON8=";
};
volumes = [ "nextcloud-db-data-new:/var/lib/postgresql/data" ];
volumes = [ "nextcloud-db-data:/var/lib/postgresql/data" ];
};
};
};