Closed bjornekstrom closed 2 months ago
@bjornekstrom your commands are not specific to Mac but to newer Docker versions (docker-compose was integrated into Docker cli). I think it would be better to edit the commands likewise:
docker-compose pull
# or with newer Docker versions
docker compose pull
what do you think?
@Yomguithereal I see! Thanks for clarifying. I think your suggestion is excellent. :)
Thanks @bjornekstrom, merging right now.
Added
docker compose
commands for Mac usage. Fixed a typo.