WiFi-connect installation in Raspberry Pi Docker container

Hi Zane,

Your docker run command with some options helped me to run wifi-connect in Django container.
Now I need to use docker-compose to build the images and run the containers.
That means it’s necessary to add all options that are applied with docker run command to docker-compose.yml file.
So I updated the docker-compose.yml file with the options we added to docker run command.


I built and started the containers with docker-compose up -d --build
After that, I connected to Django container and run wifi-connect. But I got the same error like before.
I think there are some problems on docker-compose.yml file
Could you check my docker-compose,yml file?
Dockerfile version is “2”

Thanks.
Anatoli