diff options
| author | seth <[email protected]> | 2023-01-16 09:27:13 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-01-16 09:27:13 +0000 |
| commit | d07cf2e9e3f0e89ae934c9a6969ed6cad184e8d1 (patch) | |
| tree | 1311ea77816a1ae10c3f0a79b7a1a33519be7dae | |
| parent | f8ec573be54dd6b772c950479b090dbf2a2917c7 (diff) | |
fix: update README.md with new container port
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,5 +16,5 @@ URL = "https://<yourdomainhere> and to start running a docker (or podman) container: ```bash docker build -t guzzle_api . -docker run -d --name api 7070:<your_desired_port> guzzle_api +docker run -d --name api <your_desired_port>:80 guzzle_api ``` |
