Skip to content

Commit

Permalink
updated README to accomodate for docker-hub
Browse files Browse the repository at this point in the history
  • Loading branch information
zostaw committed Dec 1, 2023
1 parent 68b6ca8 commit 723be85
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ flask.out
compose-dev.yaml
app/cert.pem
app/key.pem
app/cert.pem.laptop
app/key.pem.laptop
cert.pem
key.pem
docker_rebuild.sh
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,14 @@ python HomePage.py start # optionally add "--ssl_mode=http"

Make sure to check #Setup first

Load image from docker-hub:
```bash
docker pull zostaw/multiarch-home-page:latest
docker compose up -d

```

Or build image yourself:
```bash"
IMAGE_NAME="zostaw/multiarch-home-page"
IMAGE_TAG="latest"
Expand Down

0 comments on commit 723be85

Please sign in to comment.