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

@@ -15,7 +15,6 @@
## `docker-compose.yml`
```yml
---
services:
db:
image: mariadb

View File

@@ -32,7 +32,6 @@ SMTP_RETRIES=2
## `docker-compose.yml`
```yml
---
services:
mail:
image: bytemark/smtp

View File

@@ -100,7 +100,6 @@ INSERT INTO account (username, password, is_admin) values ('admin', '$2b$10$BUli
Original here: [docker-compose.yml](https://github.com/umami-software/umami/blob/master/docker-compose.yml).
```yml
---
services:
db:
image: postgres:12-alpine