Asher Pembroke
Asher Pembroke
Adding `user: ${user}` to a docker-compose service will allow you to run a service with the host's username. This allows files created within the container to have the same permissions...
Users should be able to specify their username at install so they can push/pull them from dockerhub (or other image registries).
some users were unaware of how to use the TRIPLET argument when installing. Please add examples for each architecture: ```sh TRIPLET=x86_64-linux-gnu services=bitcoind,lnd ./install.sh ```