Closed AndyLow91 closed 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
@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.
A small update...
changed from docker compose up -d
to
docker-compose up -d
The command must be hyphenated in order to work.