Skip to content

Commit

Permalink
add info on how to run docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
hofstef committed Nov 27, 2024
1 parent cc24a30 commit a72f4c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _pages/howto.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ We provide an [online version](https://egon.io/) on our webpage. Just click *Use

### Docker

We provide a Docker image on GitHub: `docker pull ghcr.io/wps/egon.io:latest`
We provide a Docker image on GitHub. Download it `docker pull ghcr.io/wps/egon.io:latest` and run it `docker run -p 4040:80 ghcr.io/wps/egon.io:latest` (replace "4040" with whatever port you want to use).

### Host Egon on your own Web Server

Expand Down

0 comments on commit a72f4c8

Please sign in to comment.