dperson / torproxy

GNU Affero General Public License v3.0
514 stars 144 forks source link

Workaround for dots in environment variables. #70

Open skobkin opened 2 years ago

skobkin commented 2 years ago

Could some workaround be implemented for dots (.) in ENV variable data?

Currently it's impossible to set nodes and bridges using .env file.

The problem is related to docker-compose itself. The same problem was fixed in kubernetes/kubernetes#2707, but not in docker-compose (docker/compose#8862)

nevergone commented 2 years ago

Related commir: https://github.com/compose-spec/godotenv/blob/655269e2565760ac457e473904300398c6150d47/parser.go#L113

kingledion commented 1 year ago

Isn't this fixed now? https://github.com/docker/compose/issues/8862

Can probably close this issue...