Rename the postgres named volumes
This commit is contained in:
parent
40002ac76e
commit
df76dcbf11
|
@ -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" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -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" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue