mirror of
https://github.com/tborychowski/self-hosted-cookbook.git
synced 2026-01-10 19:41:44 +00:00
clean-up docker-compose files: remove version and ---
This commit is contained in:
@@ -9,7 +9,6 @@
|
||||
|
||||
## docker-compose.yml
|
||||
```yml
|
||||
---
|
||||
services:
|
||||
baserow:
|
||||
image: baserow/baserow:latest
|
||||
|
||||
@@ -14,7 +14,6 @@
|
||||
|
||||
## docker-compose.yml
|
||||
```yml
|
||||
---
|
||||
services:
|
||||
root_db:
|
||||
image: mysql:5.7
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user