weltenwort / frigate-synology-dsm7

Dockerfile and docker-compose file to enable google coral USB accelerators in containers on Synology DSM 7
MIT License
115 stars 18 forks source link

Start the container? #50

Closed Chen2022 closed 2 years ago

Chen2022 commented 2 years ago

Is it sudo docker-compose up --detach --force-create or sudo docker-compose up --detach --force-recreate

weltenwort commented 2 years ago

You're right, that should be --force-recreate. Thanks for pointing it out!