Adding remnants of the old build in
This commit is contained in:
parent
9c7cbe1554
commit
9a8a3228a2
5
build.sh
Normal file
5
build.sh
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
docker-compose -f /opt/suitarr/docker-compose.yml pull
|
||||||
|
docker-compose -f /opt/suitarr/docker-compose.yml up -d
|
||||||
|
docker exec sonarr /bin/bash -c 'apt-get update -y && apt-get install bc lsof ffmpeg mediainfo redis-tools -y'
|
||||||
|
docker exec radarr /bin/bash -c 'apt-get update -y && apt-get install bc lsof ffmpeg mediainfo redis-tools -y'
|
||||||
Loading…
Reference in New Issue
Block a user