Skip to content

Commit 669ab17

Browse files
committed
docker: remove nvr storage config prompt
1 parent 1860d7d commit 669ab17

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

Diff for: install/docker/install-scrypted-docker-compose.sh

+3-9
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,6 @@ fi
5454
echo "Setting permissions on $SCRYPTED_HOME"
5555
chown -R $SERVICE_USER $SCRYPTED_HOME
5656

57-
echo "Optional:"
58-
readyn "Edit docker-compose.yml to add external storage for Scrypted NVR?"
59-
60-
if [ "$yn" == "y" ]
61-
then
62-
apt install nano
63-
nano $DOCKER_COMPOSE_YML
64-
fi
65-
6657
set +e
6758

6859
echo "docker compose down"
@@ -85,3 +76,6 @@ echo "Scrypted is now running at: https://localhost:10443/"
8576
echo "Note that it is https and that you'll be asked to approve/ignore the website certificate."
8677
echo
8778
echo
79+
echo "Optional:"
80+
echo "Scrypted NVR Recording storage directory can be configured with an additional script:"
81+
echo "https://docs.scrypted.app/scrypted-nvr/installation.html#docker-volume"

0 commit comments

Comments
 (0)