mirror of
https://github.com/IRS-Public/direct-file.git
synced 2025-08-14 00:30:53 +00:00
Update ONBOARDING.md, fixed log formatting and code indentations
Fixed my troubleshooting log formatting in MD Also under "Stand up development containers" was incorrectly showing the MD code block syntax from being indented ```sh ``` and ```shell ```
This commit is contained in:
parent
feb834fefb
commit
e4b40f7399
1 changed files with 9 additions and 9 deletions
|
@ -337,8 +337,8 @@ Most of the project dependencies can be installed using [SDKMAN!](https://sdkman
|
|||
|
||||
2. If you have issues starting direct-file-db, state-api-db, and email-service-db, this can be fixed by setting the correct ownership on the data folders
|
||||
1. This can be confirmed by checking the container logs and seeing the following errors:
|
||||
`chown: cannot read directory '/var/lib/postgresql/data': Permission denied`
|
||||
`chmod: changing permissions of '/var/lib/postgresql/data': Operation not permitted`
|
||||
<br/> `chown: cannot read directory '/var/lib/postgresql/data': Permission denied`
|
||||
<br/> `chmod: changing permissions of '/var/lib/postgresql/data': Operation not permitted`
|
||||
|
||||
```sh
|
||||
chown -R 999:999 ./docker/db/postgres
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue