Update install-scrypted-docker-compose.sh

This commit is contained in:
Koushik Dutta
2023-02-21 22:39:39 -08:00
committed by GitHub
parent 962bc3b31f
commit 402e39bb76

View File

@@ -52,6 +52,7 @@ readyn "Edit docker-compose.yml to add external storage for Scrypted NVR?"
if [ "$yn" == "y" ]
then
apt install nano
nano $DOCKER_COMPOSE_YML
fi