nightscout / nightscout.github.io

website, meta repo for whole project
GNU General Public License v2.0
103 stars 227 forks source link

corrected docker-compose syntax #170

Closed AndyLow91 closed 1 year ago

AndyLow91 commented 1 year ago

A small update...

changed from docker compose up -d

to

docker-compose up -d

The command must be hyphenated in order to work.

psonnera commented 1 year ago

@AndyLow91 I think I will roll this back to docker compose as I saw that now https://stackoverflow.com/questions/66514436/difference-between-docker-compose-and-docker-compose

AndyLow91 commented 1 year ago

@psonnera I learnt something new today. Thank you. Although I've just tried to use docker compose up -d with my config (not the one in the docs), The command worked, and the container spun up. However, some parts are not working properly for me. I will investigate a bit more, but I agree with the overall principle that we should not be promoting functions that are deprecated.