From db86b5f17c63bc348b73f11c70b63a612c0c3e66 Mon Sep 17 00:00:00 2001 From: ElMoribond Date: Mon, 21 Jun 2021 16:11:14 +0200 Subject: [PATCH] Add ability to restart --- docs/docs/installation.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/docs/installation.md b/docs/docs/installation.md index 45ea37361..c3f916ad1 100644 --- a/docs/docs/installation.md +++ b/docs/docs/installation.md @@ -46,7 +46,6 @@ services: - /dev/dri/renderD128 # for intel hwaccel, needs to be updated for your hardware volumes: - /etc/localtime:/etc/localtime:ro - - /var/run/docker.sock:/var/run/docker.sock:ro # for Frigate restart with docker command - :/config/config.yml:ro - :/media/frigate - type: tmpfs # Optional: 1GB of memory, reduces SSD/SD Card wear @@ -72,7 +71,6 @@ docker run -d \ -v :/media/frigate \ -v :/config/config.yml:ro \ -v /etc/localtime:/etc/localtime:ro \ - -v /var/run/docker.sock:/var/run/docker.sock:ro \ -e FRIGATE_RTSP_PASSWORD='password' \ -p 5000:5000 \ -p 1935:1935 \