Update README.md

This commit is contained in:
Dmitriy Shishkov 2025-06-06 10:34:39 +03:00
parent 4febadd99d
commit 4dd2dafed9

View File

@ -27,6 +27,7 @@ podman container create \
podman container create \ podman container create \
--pod "proxied-pod" \ --pod "proxied-pod" \
-e APP_SPECIFI_PROXY_URL=127.0.0.1:11080 \
... ...
``` ```