Releases: flownative/localbeach
Release v1.4.0+1
This release changes the default of the "--pull" argument for the "start" command to false. It is not necessary to (force-) pull images on every container start and takes a long time to complete. Users may also run into trouble with upcoming rate limits introduced for Docker Hub.
Therefore, if you need a new image version, for the time being, either pull the image manually or run beach start --pull=true
.
Release v1.3.3+1
Release v1.3.2+1
Release v1.3.1+1
Release v1.3.0+1
This release introduces a new "restart" command which allows you to restart a Local Beach instance, just in case it misbehaves or you messed up the containers …
"restart" does not pull images by default, but you can enable pulling with "--pull=true".
Release v1.2.1+1
This release introduces HTTPS support for Local Beach projects. After upgrading to 1.2.1 run beach setup-https
. You'll probably have to enter your sudo password. Make sure to restart your browser.
If everything worked out, you should be able to access your projects via https (https://your-project.localbeach.net).
Release v1.2.0.+2
Fix beach setup call in Homebrew formula flownative/localbeach#11