Merge pull request #770 from HaroldVB/patch-1

Giving Read Only rights to homepage
This commit is contained in:
shamoon 2023-01-04 12:28:31 -08:00 committed by GitHub
commit 272be2c086
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -85,7 +85,7 @@ services:
- 3000:3000
volumes:
- /path/to/config:/app/config # Make sure your local config directory exists
- /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations
- /var/run/docker.sock:/var/run/docker.sock:ro # (optional) For docker integrations
```
or docker run: