Updated documentation, installation instructions and examples

This commit is contained in:
Jamie Curnow
2019-05-10 15:26:12 +10:00
parent 06272d3d2c
commit 2d0f7d5126
5 changed files with 68 additions and 83 deletions

View File

@ -2,9 +2,9 @@
"database": {
"engine": "mysql",
"host": "db",
"name": "nginxproxymanager",
"user": "nginxproxymanager",
"password": "password123",
"name": "npm",
"user": "npm",
"password": "npm",
"port": 3306
}
}