Closed m3brown closed 2 years ago
It seemed a little odd to me that the docker-compose config was present in both the docker/ directory AND the README as hard-coded text.
I updated the docker-compose.yaml to work properly when called from the parent directory. This simplifies the steps in the readme to a single command.
docker-compose -f docker/docker-compose.yaml up
It seemed a little odd to me that the docker-compose config was present in both the docker/ directory AND the README as hard-coded text.
I updated the docker-compose.yaml to work properly when called from the parent directory. This simplifies the steps in the readme to a single command.