# 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 ```