Update startdocker.sh

This commit is contained in:
abinila siva 2025-04-09 12:34:16 -04:00 committed by GitHub
parent 018395ab27
commit 66266ec950
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 \