clean-up docker-compose files: remove version and ---

This commit is contained in:
Dziad Borowy
2025-05-16 20:54:32 +01:00
parent 307bff4aad
commit 0f04279afa
115 changed files with 130 additions and 367 deletions

View File

@@ -9,7 +9,6 @@
## docker-compose.yml
```yml
---
services:
baserow:
image: baserow/baserow:latest

View File

@@ -14,7 +14,6 @@
## docker-compose.yml
```yml
---
services:
root_db:
image: mysql:5.7

View File

@@ -11,8 +11,6 @@
## docker-compose.yml
That this didn't work for me at the time of testing.
```yml
---
version: '2.0'
services:
db:
image: mariadb:10.5