Skip to content

Commit

Permalink
repo: update readme docker cmd to include .env
Browse files Browse the repository at this point in the history
  • Loading branch information
ivynya committed Aug 16, 2023
1 parent 206b717 commit 30e7801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Other properties do not have an effect on the redirect. Additional properties ma
2. [Create a new Notion integration](https://www.notion.so/my-integrations), copy the API token, and invite it to your duplicated Notion page
3. Clone this repo and create a `.env` file with the ID and token, according to `.env.example`
4. Optionally, if running an [`ivynya/analytics`](https://github.com/ivynya/analytics) instance, add the info of the analytics server (ex: `analytics.example.com` and `v2`)
5. Run `docker run -p 3000:3000 -d ghcr.io/ivynya/redirect:latest`
5. Run `docker run --env-file .env -p 3000:3000 -d ghcr.io/ivynya/redirect:latest`
6. Visit `http://localhost:3000/github` to test it works.

## Updating Redirects
Expand Down

0 comments on commit 30e7801

Please sign in to comment.