docker-compose/arr_stack/README.md
2024-05-18 23:10:24 +02:00

30 lines
615 B
Markdown

# arr_stack
- [arr\_stack](#arr_stack)
- [Directory structure](#directory-structure)
- [Connection check](#connection-check)
## Directory structure
```
/opt/docker/arr_stack
.
├── docker-compose.yml
├── docker-compose.yml_old
└── volumes
├── downloads
│   ├── complete
│   ├── incomplete
│   └── renamed
├── filebot
├── gluetun
└── sabnzbd
```
## Connection check
```
docker-compose exec -it sabnzbd /bin/bash
curl -sS https://am.i.mullvad.net/json | jq
# or
curl -sS https://am.i.mullvad.net/connected
```