How to install package in the docker4drupal container e.g. the nginx container. I tried the apk add ru y, it fails with permission denied. What's the user name and password or what's the default password for root user? thanks.
Hi,
you should try this
docker-compose exec --user=root --privileged nginx sh
nginx is name of the container, you may have to change that. This is working for me.
Most helpful comment
Hi,
you should try this
nginx is name of the container, you may have to change that. This is working for me.