Change default port to :8080

This commit is contained in:
David Stotijn
2020-09-28 20:41:43 +02:00
parent 8b04747855
commit 5c7165ebf3
5 changed files with 4 additions and 9 deletions

View File

@ -60,7 +60,7 @@ $ docker run \
-v $HOME/.hetty/hetty_key.pem:/root/.hetty/hetty_key.pem \
-v $HOME/.hetty/hetty_cert.pem:/root/.hetty/hetty_cert.pem \
-v $HOME/.hetty/hetty.db:/app/hetty.db \
-p 127.0.0.1:8080:80 \
-p 127.0.0.1:8080:8080 \
dstotijn/hetty
```