Skip to content

Commit

Permalink
docs: add chmod command to start local stack πŸ“
Browse files Browse the repository at this point in the history
  • Loading branch information
ad2ien committed Jun 24, 2024
1 parent 3acc5f5 commit 25d8acc
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,21 @@ Files and modules included in the image

## Try it out locally

add the following to your `/etc/hosts` file:
Add the following to your `/etc/hosts` file:

```text
127.0.0.1 matrix.local
127.0.0.1 idp.local
```

Some file permission settings:

```bash
chmod a+w docker-test-config/mx-data
```

Then:

```bash
docker compose up -d
```
Expand Down

0 comments on commit 25d8acc

Please sign in to comment.