fix(openclaw): remove --network=host, use bridge network #4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "franz-kafka/nixos-vps:fix/openclaw-network-isolation"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Drops
--network=hostfrom the OpenClaw container, switching to Podman default bridge network.What changes
--network=hostfromextraOptions127.0.0.1:18789:8080already configured inports— this now works as intendedSecurity impact
What still works
127.0.0.1:18789✅What is no longer reachable (intentional)
If local access is needed later
Add a shared Podman network or specific
extraOptionsfor that use case.