Skip to content

Commit

Permalink
host mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
MVarshini committed Jun 13, 2024
1 parent 8be3cde commit ae7ca38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion local-compose.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ podman build -f frontend/frontend.containerfile --tag frontend
# NOTE: add --network=host to test against a local containerized Horreum
podman run -d --name=back -p ${CPT_BACKEND_PORT}:8000 --network=host -v "${CPT_CONFIG}:/backend/ocpperf.toml:Z" localhost/backend

podman run -d --name=front -p ${CPT_FRONTEND_PORT}:3000 localhost/frontend
podman run -d --name=front --net=host -p ${CPT_FRONTEND_PORT}:3000 localhost/frontend

0 comments on commit ae7ca38

Please sign in to comment.