fix(pockethost): update docker instance name

This commit is contained in:
Ben Allfree 2024-07-30 09:43:02 -04:00
parent 6311870e21
commit a210022387

View File

@ -47,7 +47,7 @@ export type PocketbaseProcess = {
exitCode: Promise<number>
}
const INSTANCE_IMAGE_NAME = `pockethost-instance`
const INSTANCE_IMAGE_NAME = `benallfree/pockethost-instance`
export const createPocketbaseService = async (
config: PocketbaseServiceConfig,