Skip to content

Commit

Permalink
Starting container with tty, to supress password
Browse files Browse the repository at this point in the history
  • Loading branch information
dchristl committed Jan 20, 2024
1 parent 1c7c20e commit ab56e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ docker run -d --restart always --name anisette -p 6969:6969 --volume anisette-v3
- Start and set up your Macless Haystack endpoint in interactive mode:

```
docker run -i --restart unless-stopped --name macless-haystack -p 6176:6176 --volume mh_data:/app/endpoint/data --network mh-network christld/macless-haystack
docker run -it --restart unless-stopped --name macless-haystack -p 6176:6176 --volume mh_data:/app/endpoint/data --network mh-network christld/macless-haystack
```

- You will be asked for your Apple-ID, password and your 2FA. If you see `serving at port 6176 over HTTP` you have all set up
Expand Down

0 comments on commit ab56e18

Please sign in to comment.