docs: update reamdme

This commit is contained in:
2024-08-21 03:49:15 +02:00
parent 7b701d1740
commit 9467b157aa

View File

@@ -33,7 +33,7 @@ Successfully tested on:
## Storage:
- Local
- AWS S3 or any S3 Alternatives for Object Storage
- SSH
- SSH remote server
## Quickstart
@@ -74,8 +74,8 @@ services:
volumes:
- ./backup:/backup
environment:
- DB_PORT=5432
- DB_HOST=postgres
- DB_PORT=3306
- DB_HOST=mysql
- DB_NAME=foo
- DB_USERNAME=bar
- DB_PASSWORD=password