Remove obsolute "version:" from Docker Compose files.

This commit is contained in:
Dan Helfman 2024-06-05 14:50:52 -07:00
parent 177c958572
commit 1ef2218919
2 changed files with 0 additions and 2 deletions

View File

@ -1,4 +1,3 @@
version: '3'
services:
docs:
image: borgmatic-docs

View File

@ -1,4 +1,3 @@
version: '3'
services:
postgresql:
image: docker.io/postgres:13.1-alpine