chore(pockethost): enhance daemon docker stop logging

This commit is contained in:
Ben Allfree 2024-07-31 07:34:53 +00:00
parent 21c663fe73
commit 7fb6303621

View File

@ -35,6 +35,7 @@ export async function daemon() {
container.Image === DOCKER_INSTANCE_IMAGE_NAME
) {
await docker.getContainer(container.Id).stop()
info(`Stopped ${container.Id}`)
}
}),
)