Merge pull request #766 from twisttaan/feat/name-label

feat(api): name label
This commit is contained in:
Andras Bacsai
2022-12-07 13:45:11 +01:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@@ -1123,6 +1123,7 @@ export async function makeLabelForStandaloneDatabase({ id, image, volume }) {
'coolify.managed=true',
`coolify.version=${version}`,
`coolify.type=standalone-database`,
`coolify.name=${database.name}`,
`coolify.configuration=${base64Encode(
JSON.stringify({
version,