open-eats / OpenEats

:pizza: Self Hosted Recipe Management App :hamburger:
https://open-eats.github.io/
MIT License
669 stars 102 forks source link

pls update quick-start.py #164

Open CorvusGei opened 1 year ago

CorvusGei commented 1 year ago

With up to date Docker installations the script has to be edited to use "docker compose" instead of "docker-compose". So quick-start.py should be updated to this. Thanks! And maybe there's an option to use sudo? (Maybe detect , if the script is running as root and else use sudo docker compose?)

sepulzera commented 1 year ago

And maybe there's an option to use sudo? (Maybe detect , if the script is running as root and else use sudo docker compose?)

This shouldn't be needed. Simply run the script with the corrected user/rights, e. g. sudo, as mentioned in the docs.