Rename the postgres named volumes
This commit is contained in:
parent
40002ac76e
commit
df76dcbf11
2 changed files with 2 additions and 2 deletions
configuration/services
|
@ -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" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue