Good day dear Tor users, staff, admins and all other nice people here,
I’m trying to setup docker bridge by following the documentations on this page: https://community.torproject.org/relay/setup/bridge/docker/
However it seems that the referenced file is not complete. It is ending with a :
after the key obfs4_bridge_external_network
without any value.
lutzh
June 27, 2023, 6:01pm
3
This is the normal syntax of a docker compose file. I am no expert but the documentation shows all network
entries to end in a colon :
without any following value.
https://docs.docker.com/compose/compose-file/06-networks/
Do you encounter any problems using the docker-compose.yml
provided?
Thank u for clarification. I didn’t know this was a valid network entry.
My bridge seems to be not reachable form the outside, but may be also a docker + cloud provider configuration.