cbytestech

Results 7 issues of cbytestech

I've used jackett since starting this venture but switching to prowlarr as part of the -arr suite... best move evarr..see what I did there.. You add an indexer and it...

I added this in to manage all the other containers in one spot. I did however, run into an issue of the user acoount providing a NGINX bad gateway error....

for plex, where is /data/movies, /data/tv, etc by default located? If I map directly top the location I know where my files are, it doesn't find them without the /data...

So the most frustrating thing I've run into is the constant ``` root@debian:/# docker-compose up -d ERROR: Can't find a suitable configuration file in this directory or any parent. Are...

So where it mentions.. _Note: You may need to chown -R $USER:$USER /path/to/root/directory so Sonarr and the rest of the apps have the proper permissions to modify and move around...

echo \ "deb [arch=amd64 signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/ubuntu \ $(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/docker.list > /dev/null fixed: deb [arch=amd64 signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/debian buster stable if anyone has issues copying the line...

I wasn't sure of what "volumes" would be needed for this, but a barebones docker-compose.yml has been started for this. I'm pulling some of the defaults from the [previous docker...