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:
@@ -15,7 +15,6 @@
|
||||
|
||||
## `docker-compose.yml`
|
||||
```yml
|
||||
---
|
||||
services:
|
||||
db:
|
||||
image: mariadb
|
||||
|
||||
@@ -32,7 +32,6 @@ SMTP_RETRIES=2
|
||||
## `docker-compose.yml`
|
||||
|
||||
```yml
|
||||
---
|
||||
services:
|
||||
mail:
|
||||
image: bytemark/smtp
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user