Remove deprecated version field from docker-compose.yml
This commit is contained in:
parent
4597879d10
commit
5576778f09
2 changed files with 0 additions and 4 deletions
|
|
@ -1,5 +1,3 @@
|
|||
version: '2.0'
|
||||
|
||||
services:
|
||||
ubuntu-1804:
|
||||
command: ./build.sh
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
version: '2.0'
|
||||
|
||||
services:
|
||||
ubuntu-1804:
|
||||
image: ubuntu:bionic
|
||||
|
|
|
|||
Loading…
Reference in a new issue