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

@@ -11,8 +11,6 @@
## docker-compose.yml
```yml
---
version: '3.3'
services:
bluespice:
image: bluespice/bluespice-free

View File

@@ -13,7 +13,6 @@
## docker-compose.yml
```yml
---
services:
bookstack:
image: linuxserver/bookstack

View File

@@ -13,7 +13,6 @@
## docker-compose.yml
```yml
---
services:
confluence:
image: atlassian/confluence-server

View File

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

View File

@@ -15,7 +15,6 @@
## docker-compose.yml
```yml
---
services:
notea:
image: cinwell/notea

View File

@@ -19,7 +19,6 @@ wget https://raw.githubusercontent.com/xwiki-contrib/docker-xwiki/master/12/mysq
## docker-compose.yml
```yml
---
services:
db:
image: mysql:5.7