You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And for anyone else running into this you can comment out your equivalent of user: "${UID}:${GID}" from your docker-compose.yaml and it should run fine.
The text was updated successfully, but these errors were encountered:
Hey 👋
I wasn't able to set up the website to run in Docker without root, it looks like the nginx image expects root during setup:
I did, however, find this, which might be able to replace the current image, if you are willing: https://hub.docker.com/r/nginxinc/nginx-unprivileged
And for anyone else running into this you can comment out your equivalent of
user: "${UID}:${GID}"
from yourdocker-compose.yaml
and it should run fine.The text was updated successfully, but these errors were encountered: