Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated docker-compose to remove obsolete version syntax (AbdBarho#692)
Removes `version:` syntax in `docker-compose` file. If left in, it throws an obsolete warning. I removed it from the docker-compose file to reduce unnecessary warnings and to keep the code up to current standards. See [Version top-level element (obsolete)](https://docs.docker.com/compose/compose-file/04-version-and-name/#version-top-level-element-obsolete) for reference.
- Loading branch information