We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1860d7d commit 669ab17Copy full SHA for 669ab17
install/docker/install-scrypted-docker-compose.sh
@@ -54,15 +54,6 @@ fi
54
echo "Setting permissions on $SCRYPTED_HOME"
55
chown -R $SERVICE_USER $SCRYPTED_HOME
56
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
66
set +e
67
68
echo "docker compose down"
@@ -85,3 +76,6 @@ echo "Scrypted is now running at: https://localhost:10443/"
85
76
echo "Note that it is https and that you'll be asked to approve/ignore the website certificate."
86
77
echo
87
78
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