Commit e6093b3
authored
Remove version from docker compose files (#231)
## Ticket
n/a
## Changes
Removed version from the docker-compose files
## Context for reviewers
As of a recent version of docker, the version included at the top of a
compose file is no longer needed and causes a warning whenever you run a
command.
https://docs.docker.com/compose/compose-file/04-version-and-name/
## Testing
Before this change, running make commands gave this warning message:

After:
1 parent f2d19d5 commit e6093b3
2 files changed
+0
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | 1 | | |
4 | 2 | | |
5 | | - | |
6 | 3 | | |
7 | 4 | | |
8 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | 1 | | |
4 | 2 | | |
5 | 3 | | |
| |||
0 commit comments