Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MysticFragilist authored Mar 18, 2024
1 parent 90796cf commit 21ecbc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Simply copy and paste the `.env.template` file, rename it to `.env` and fill it

Then, run the image on your local machine
```bash
docker run --env-file .env --restart always -d -p 8080:8080 --name ps-api ghcr.io/applets/backend-hello:<VERSION>
docker run --env-file .env --restart always -d -p 8080:8080 -v <PATH_TO_VOLUME_FOLDER>:/app/volume:rw --name ps-api ghcr.io/applets/backend-hello:<VERSION>
```

You can navigate to `http://localhost:8080/swagger` to check if the API is running correctly!
Expand Down

0 comments on commit 21ecbc1

Please sign in to comment.