# Docker Secret Files Create local secret files in this directory before starting the Docker stack. Required: - `tws_password` - `webhook_secret` Optional: - `vnc_password` - `ui_username` - `ui_password` Example: ```bash printf '%s\n' 'your_ibkr_password' > secrets/tws_password printf '%s\n' 'change_this_webhook_secret' > secrets/webhook_secret chmod 600 secrets/tws_password secrets/webhook_secret ```