update readme

This commit is contained in:
Adil Hafeez 2025-05-19 09:10:00 -07:00
parent 0a69fc2398
commit 0f93905fae
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
7 changed files with 77 additions and 23 deletions

View file

@ -57,8 +57,6 @@ def docker_start_archgw_detached(
port_mappings_args = [item for port in port_mappings for item in ("-p", port)]
volume_mappings = [
# TODO: fix log path
# f"{logs_path_abs}:/var/log:rw",
f"{arch_config_file}:/app/arch_config.yaml:ro",
# "/Users/adilhafeez/src/intelligent-prompt-gateway/crates/target/wasm32-wasip1/release:/etc/envoy/proxy-wasm-plugins:ro",
]