summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorseth <[email protected]>2023-01-16 09:27:13 +0000
committerGitHub <[email protected]>2023-01-16 09:27:13 +0000
commitd07cf2e9e3f0e89ae934c9a6969ed6cad184e8d1 (patch)
tree1311ea77816a1ae10c3f0a79b7a1a33519be7dae /README.md
parentf8ec573be54dd6b772c950479b090dbf2a2917c7 (diff)
fix: update README.md with new container port
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 547ec63..6d5ca6f 100644
--- a/README.md
+++ b/README.md
@@ -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
```