Update startdocker.sh

This commit is contained in:
abinila siva 2025-04-09 12:34:16 -04:00 committed by Abinila Siva
parent 7b22e859d9
commit e122864c67

View File

@ -13,7 +13,7 @@ sudo docker run -d \
--restart=unless-stopped \
--mount type=tmpfs,target=/tmp/cache,tmpfs-size=1000000000 \
--shm-size=256m \
-v /home/memryx/final/Frigate_MemryX/config:/config \
-v /home/memryx/Frigate_MemryX/config:/config \
-e FRIGATE_RTSP_PASSWORD='password' \
--add-host=host.docker.internal:host-gateway \
--privileged=true \