Skip to content

Commit

Permalink
🎨 Change yaml indentation to spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
cfpwastaken committed Feb 23, 2024
1 parent 352c6e7 commit f2c45d0
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,23 +21,23 @@ Mailverse is a new and modern email server written in NodeJS. It is designed to
```yml
version: "3"
services:
mailverse:
image: mailverse/mailverse
ports:
- "25:25"
- "110:110"
- "465:465"
- "995:995"
volumes:
- ./mails:/app/mails
- ./config.json:/app/config.json
db:
image: mariadb
environment:
- MYSQL_ROOT_PASSWORD=mailverse
- MYSQL_DATABASE=mailverse
- MYSQL_USER=mailverse
- MYSQL_PASSWORD=mailverse
mailverse:
image: mailverse/mailverse
ports:
- "25:25"
- "110:110"
- "465:465"
- "995:995"
volumes:
- ./mails:/app/mails
- ./config.json:/app/config.json
db:
image: mariadb
environment:
- MYSQL_ROOT_PASSWORD=mailverse
- MYSQL_DATABASE=mailverse
- MYSQL_USER=mailverse
- MYSQL_PASSWORD=mailverse
```
### Manual
Expand Down

0 comments on commit f2c45d0

Please sign in to comment.