Trying to run a 3rd party Docker file
Hi all, trying to get libsql installed from this ghcr link - https://github.com/libsql/sqld/blob/main/docs/BUILD-RUN.md#using-a-prebuilt-docker-image
Sadly I can't set the PORT variable so can't access this over http. Does anybody have any ideas around this?
GitHub
sqld/docs/BUILD-RUN.md at main · libsql/sqld
LibSQL with extended capabilities like HTTP protocol, replication, and more. - libsql/sqld
7 Replies
Project ID:
N/A
why can't you set the PORT variable?
Solution
just set a service variable PORT = 8080
I feel incredibly dense....let me try that
haha no worries
of course that worked 🤦♂️ sorry mate, thanks for the quick reply
trying to overengineer a problem. Time for a break!
no problem, happy to help