Closed ikxin closed 1 week ago
@eniyiweb I have added a GitHub Action to automatically build the latest version and push it to Docker Hub, please try again.
@eniyiweb I have added a GitHub Action to automatically build the latest version and push it to Docker Hub, please try again.
Hello, thank you for the response but the problem still persists.
@eniyiweb Pass the following environment variables into docker
DATABASE_URL = 'mysql://root:password@localhost:3306/database'
@eniyiweb Pass the following environment variables into docker
DATABASE_URL = 'mysql://root:password@localhost:3306/database'
It works now, but when I define the "ENABLE_VLMCSD=true" environment it gives the following error.
Bun v1.1.27 (Linux arm64)
Elysia is running at on port http://localhost:3000/ ...
bun: command not found: pkill
ENOENT: No such file or directory
errno: -2
syscall: "posix_spawn"
path: "./service/binaries/vlmcsd-linux-arm64"
at /$bunfs/root/kms-tools:34733:31
Docker Compose:
Originally posted by @eniyiweb in https://github.com/ikxin/kms-tools/issues/24#issuecomment-2345761118