fix: nocodb persistency
This commit is contained in:
parent
e764c4651c
commit
3a59091b41
1 changed files with 5 additions and 0 deletions
|
|
@ -61,6 +61,11 @@ export const post: RequestHandler = async (event) => {
|
|||
[network]: {
|
||||
external: true
|
||||
}
|
||||
},
|
||||
volumes: {
|
||||
[config.volume.split(':')[0]]: {
|
||||
name: config.volume.split(':')[0]
|
||||
}
|
||||
}
|
||||
};
|
||||
const composeFileDestination = `${workdir}/docker-compose.yaml`;
|
||||
|
|
|
|||
Loading…
Reference in a new issue