docker-openmaint
docker-openmaint copied to clipboard
Inaccurate Readme.md command
Hello (Olá),
Please modify the command:
docker-compose up --file /path/to/docker-compose.yml
by this:
docker-compose --file /path/to/docker-compose.yml up
Newer docker versions are sensitive to the order of the arguments.
Best regards, André Carvalho