You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
as of v0.7.8, the install instructions now recommend installing a single binary directly on the host.
...and as of v0.7.10, I've been talked into building Docker images too, for those Docker-inclined. See Where's the Dockerfile? #294. My instructions for that use a docker compose config based on the one suggested here; thanks!
Deploying with docker-compose can be quite useful.
It might be beneficial to include this alternate method in the install instructions.
docker-compose.yml
:.env
:/usr/local/bin/nvr
:Drawbacks: GID and UID can't be filled in programmatically (but could be written in the env file at the time of user creation).
The text was updated successfully, but these errors were encountered: