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
I am trying to run this app locally on my MacOS. I have installed dependencies with npm install and created a Posgres database by name nostr_ts_relay. I enter ./scripts/start_local to run the quickstart as mentioned in the readme. The certs are created but then I get the error mkdir /Users/luki/.docker/buildx/instances: permission denied - it seems one of the docker images run in a wrong user. Which user to I need to add to the mentioned directory for the images to create the directory?
The text was updated successfully, but these errors were encountered:
I am trying to run this app locally on my MacOS. I have installed dependencies with
npm install
and created a Posgres database by namenostr_ts_relay
. I enter./scripts/start_local
to run the quickstart as mentioned in the readme. The certs are created but then I get the errormkdir /Users/luki/.docker/buildx/instances: permission denied
- it seems one of the docker images run in a wrong user. Which user to I need to add to the mentioned directory for the images to create the directory?The text was updated successfully, but these errors were encountered: