fix: add NET_ADMIN capability to poller for VPN route setup

This commit is contained in:
Jason Staack
2026-03-14 11:28:56 -05:00
parent 9b060c5fdf
commit 17fb0feb1e

View File

@@ -72,6 +72,8 @@ services:
dockerfile: ./Dockerfile
container_name: tod_poller
env_file: .env.prod
cap_add:
- NET_ADMIN
environment:
ENVIRONMENT: production
LOG_LEVEL: info