Skip to content

Commit

Permalink
Merge pull request #1 from Nereuxofficial/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
ravi0lii authored Jul 2, 2020
2 parents 70eb80d + 9c8b3c5 commit 8f2f6d6
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 @@ -10,7 +10,7 @@ The cardsity deck :flower_playing_cards: server.
The deck server can be started quite easily using docker. The docker image can be get from the GitHub packages of the Cardsity organization.
To pull the latest image, type: `docker pull docker.pkg.github.com/cardsity/card-deck-server/cardsity-deck-server:latest`.
**Note:** To pull this image, you need to [authenticate to GitHub packages](https://help.github.com/en/packages/using-github-packages-with-your-projects-ecosystem/configuring-docker-for-use-with-github-packages#authenticating-to-github-packages).
The image can then be run. It will expose the post `8020`.
The image can then be run. It will expose the port `8020`.
### Environment variables
- **SECRET_KEY**: The django secret key. Choose a long, randomly generated password for this.
- **ALLOWED_HOSTS**: A list of allowed hosts separated by `,`, e.g.: `127.0.0.1,localhost`
Expand Down

0 comments on commit 8f2f6d6

Please sign in to comment.