This commit is contained in:
@@ -13,7 +13,7 @@ podman build -t homepage:latest .
|
||||
### Run the container
|
||||
|
||||
```bash
|
||||
podman run --rm -p 8080:8080 -v ./src:/usr/share/nginx/html:z homepage:latest
|
||||
podman run --rm -p 0.0.0.0:8080:8080 -v ./src:/usr/share/nginx/html:z homepage:latest
|
||||
```
|
||||
|
||||
Visit `http://localhost:8080` in your browser.
|
||||
|
||||
Reference in New Issue
Block a user