Remove obsolute "version:" from Docker Compose files.
This commit is contained in:
parent
177c958572
commit
1ef2218919
2 changed files with 0 additions and 2 deletions
|
@ -1,4 +1,3 @@
|
|||
version: '3'
|
||||
services:
|
||||
docs:
|
||||
image: borgmatic-docs
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
version: '3'
|
||||
services:
|
||||
postgresql:
|
||||
image: docker.io/postgres:13.1-alpine
|
||||
|
|
Loading…
Reference in a new issue