Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Simurgan committed Dec 25, 2023
1 parent b9ed244 commit 1cac5fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/annotation_project/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Dont forget to set the following environment variables,
- DATABASE_PORT: should be the port number of your database server, default: 5432

You can set them while running the container like the following
- `docker run -p 8000:8000 -e DJANGO_SECRET_KEY=<your-secret-key> <your-tag>`
- `docker run -p 8001:8000 -e DJANGO_SECRET_KEY=<your-secret-key> <your-tag>`

## Database

Expand Down

0 comments on commit 1cac5fc

Please sign in to comment.