DOCS: SYNOLOGY permissions guide #1310

Signed-off-by: jokob-sk <jokob.sk@gmail.com>
This commit is contained in:
jokob-sk
2025-12-06 11:58:36 +11:00
parent 436ac6de49
commit b47325d06a

View File

@@ -32,8 +32,8 @@ The folders you are creating below will contain the configuration and the databa
- Paste in the following template:
```yaml
services:
```yaml
services:
netalertx:
container_name: netalertx
# use the below line if you want to test the latest dev image
@@ -56,18 +56,18 @@ The folders you are creating below will contain the configuration and the databa
- "/tmp:uid=20211,gid=20211,mode=1700,rw,noexec,nosuid,nodev,async,noatime,nodiratime"
environment:
- PORT=20211
```
```
![Project settings](./img/SYNOLOGY/07_Create_project.png)
3. Replace the paths to your volume and comment out unnecessary line(s):
3. Replace the paths to your volume and comment out unnecessary line(s).
- This is only an example, your paths will differ.
> This is only an example, your paths will differ.
```yaml
volumes:
```yaml
volumes:
- /volume1/app_storage/netalertx:/data
```
```
![Adjusting docker-compose](./img/SYNOLOGY/08_Adjust_docker_compose_volumes.png)