Skip to content

Commit c1379d1

Browse files
authored
Update README.md
1 parent 4e64fd7 commit c1379d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Our API spec is on Swagger. You can view it here https://app.swaggerhub.com/apis
2727
Our database documentation can be found in our `docs` folder under `database.csv`. This documentation was created using SchemaSpy. Instructions for use can be found here https://github.com/bcgov/schemaspy
2828

2929
# 2. Setup
30-
A `Dockerfile` and `docker-compose` file have been included for convenience, however this may not be the best local setup for this project. For more information on how to use Docker with this project, please see the [docker section](#docker).
30+
A `Dockerfile` and `docker-compose` file have been included for convenience, however this may not be the best local setup for this project. For more information on how to use Docker with this project, please see the [docker section](#24-docker).
3131

3232
To work on this project you should have:
3333
- NodeJS
@@ -92,7 +92,7 @@ To create new models, migrations, and seeders you _must_ use the Sequelize CLI c
9292
- `npx sequelize-cli seed:generate --name demo-user` - Creates a seeder for the `User` model and migration previously setup.
9393

9494
## 2.4. Docker
95-
To use the `docker-compose.yml` file included you will first need to set [environment variables](#environment-variables). You **MUST** set your `DATABASE_HOST` to `db` to use the `docker-compose` solution.
95+
To use the `docker-compose.yml` file included you will first need to set [environment variables](#22-environment-variables). You **MUST** set your `DATABASE_HOST` to `db` to use the `docker-compose` solution.
9696

9797
If you are running your own database, but want to use the `Dockerfile` you will need to run that this way:
9898
```

0 commit comments

Comments
 (0)