We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I follow the readme to build and run the container I get the below error when execute the docker run command:
docker run -p 83:83 tldraw-client /docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration /docker-entrypoint.sh: Looking for shell scripts in /docker-entrypoint.d/ /docker-entrypoint.sh: Launching /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh 10-listen-on-ipv6-by-default.sh: info: Getting the checksum of /etc/nginx/conf.d/default.conf 10-listen-on-ipv6-by-default.sh: info: Enabled listen on IPv6 in /etc/nginx/conf.d/default.conf /docker-entrypoint.sh: Sourcing /docker-entrypoint.d/15-local-resolvers.envsh /docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh 20-envsubst-on-templates.sh: Running envsubst on /etc/nginx/templates/default.conf.template to /etc/nginx/conf.d/default.conf /docker-entrypoint.sh: Launching /docker-entrypoint.d/30-tune-worker-processes.sh /docker-entrypoint.sh: Configuration complete; ready for start up 2024/07/24 19:46:04 [emerg] 1#1: unknown "tldraw_server_url" variable nginx: [emerg] unknown "tldraw_server_url" variable
The text was updated successfully, but these errors were encountered:
@bobhenkel you have to supply an additional env var for the server TLDRAW_SERVER_URL which could bewss://<yourdomain>/tldraw-server
TLDRAW_SERVER_URL
wss://<yourdomain>/tldraw-server
Sorry, something went wrong.
No branches or pull requests
When I follow the readme to build and run the container I get the below error when execute the docker run command:
The text was updated successfully, but these errors were encountered: