1) Copy the [.env.example](https://github.com/twentyhq/twenty/blob/main/packages/twenty-server/.env.example) into a `.env` in the same directory where your `docker-compose.yml` file will be
2) Run the command `openssl rand -base64 32` three times, make note of the string for each
3) Replace the three "replace_me_with_a_random_string_access" with the three random strings you just generated.
4) Create a `docker-compose.yml` file from the example below.
5) Run the command `docker-compose up -d`
6) Go to http://localhost:3001 and see your docker instance.
- If you encounter errors, (not able to log into the application after inputting an email) after the inital setup, try running `docker exec -it twenty_backend_1 yarn database:reset` and see if that solves your issue.