Skip to content

Commit a3234f5

Browse files
authored
Update README.md
fix docker run command to have JWT_SECRET set so endpoints don't error Signed-off-by: Usi Diamond <[email protected]>
1 parent 83a2780 commit a3234f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ docker build -t rust-axum-jwt-postgresql-demo .
1313
### Run a Docker container
1414

1515
```bash
16-
docker run -p 3000:3000 rust-axum-jwt-postgresql-demo
16+
docker run -p 3000:3000 rust-axum-jwt-postgresql-demo -e JWT_SECRET=bar
1717
```
1818

1919
### Trying it out

0 commit comments

Comments
 (0)