Skip to content

Commit

Permalink
Update step2.md
Browse files Browse the repository at this point in the history
  • Loading branch information
FabioDePalma authored Apr 15, 2024
1 parent 759bd2c commit 5ad35f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion network-traffic/step2.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Expose Apache on port 1234 using Docker:

```
docker run -p 1234:80 httpd:alpine
docker run -d -p 1234:80 httpd:alpine
```{{exec}}
Now access Apache using this link:
Expand Down

0 comments on commit 5ad35f8

Please sign in to comment.