Skip to content

Commit

Permalink
docs: change port 80 to 443
Browse files Browse the repository at this point in the history
  • Loading branch information
YBR Dev committed Apr 3, 2024
1 parent 539a2a4 commit c7db7d9
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 @@ -18,5 +18,5 @@ docker build . -t go-http-server
## How to run

```bash
docker run -d -p 80:80 --name go-http-server-1 go-http-server
docker run -d -p 443:443 --name go-http-server-1 go-http-server
```

0 comments on commit c7db7d9

Please sign in to comment.