fix for database setup

This commit is contained in:
dloftu389_comcast 2022-08-26 09:21:11 -04:00
parent 8db8cd360b
commit cad4260c6f
3 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ commands installed.
To start the ChirpStack simply run: To start the ChirpStack simply run:
```bash ```bash
$ docker-compose up $ POSTGRES_USER=postgres docker-compose up
``` ```
After all the components have been initialized and started, you should be able After all the components have been initialized and started, you should be able

0
configuration/postgresql/initdb/001-init-chirpstack.sh Normal file → Executable file
View File

View File