openairplay / airplay2-receiver

AirPlay 2 Receiver - Python implementation
2.12k stars 131 forks source link

Cleanup docker-compose instructions in README #66

Closed m3brown closed 2 years ago

m3brown commented 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