mirror of
https://github.com/pockethost/pockethost.git
synced 2026-03-14 12:24:51 +00:00
fix: wait for container start signal rather than 'container' signal
This commit is contained in:
@@ -219,8 +219,8 @@ export const createPocketbaseService = async (
|
||||
}
|
||||
},
|
||||
)
|
||||
.on('container', (container: Container) => {
|
||||
dbg(`Got container`, container)
|
||||
.on('start', (container: Container) => {
|
||||
dbg(`Got started container`, container)
|
||||
started = true
|
||||
resolveContainer(container)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user