Revert "Change docker command to not set volume to root-only "etc""

This reverts commit e21bf7acab.
This commit is contained in:
Tony Stipanic 2021-10-15 12:40:42 +02:00
parent a1dcdcb1b1
commit 622890647d
No known key found for this signature in database
GPG key ID: 3026BCCB6C9CC6BD

View file

@ -105,7 +105,7 @@ database:
**Docker**:
```bash
docker run -d --name dimension -p 127.0.0.1:8184:8184 -v ./data:/data turt2live/matrix-dimension
docker run -d --name dimension -p 127.0.0.1:8184:8184 -v /etc/dimension:/data turt2live/matrix-dimension
```
**Building**: