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
if self-hosted use preview version , follow the cmd from offical doc
export RELEASE=preview curl -fsSL https://raw.githubusercontent.com/makeplane/plane/$RELEASE/deploy/selfhost/install.sh | sed 's@BRANCH=master@BRANCH='"$RELEASE"'@' > setup.sh
you will get the fail
Plane supports amd64 Syncing environment variables... Environment variables synced successfully Updating custom variables... Custom variables updated successfully unknown flag: --policy Failed to pull the images. Exiting...
i check the real cmd will use
docker-compose pull --policy always
in fact the preview cant get all right version
follow the install plane docker doc https://developers.plane.so/self-hosting/methods/docker-compose
Deploy preview
None
Self-hosted
preview
The text was updated successfully, but these errors were encountered:
vihar
pushya22
No branches or pull requests
Is there an existing issue for this?
Current behavior
if self-hosted use preview version , follow the cmd from offical doc
you will get the fail
i check the real cmd will use
in fact the preview cant get all right version
Steps to reproduce
follow the install plane docker doc
https://developers.plane.so/self-hosting/methods/docker-compose
Environment
Deploy preview
Browser
None
Variant
Self-hosted
Version
preview
The text was updated successfully, but these errors were encountered: