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
When mounting nginx folder to follow the setup authentication instructions, no files are created inside that folder, and instead the container exits with this error: nginx: [emerg] open() "/etc/nginx/nginx.conf" failed (2: No such file or directory)
The text was updated successfully, but these errors were encountered:
@haudankaivajasi create the container with the bind mounts pointing to different folders. I used ./app:/app2 and ./nginx:/etc/nginx2
Then you can run docker exec ownfoil cp -r /app/* /app2 && cp -r /etc/nginx/* /etc/nginx2
After that you stop the container and relaunch it with the correct bind mounts
Hey, indeed the way to configure the nginx basic auth was less than ideal.
I released a new version where this has completely been rewritten to make it more straightforward, please see the new documentation for the 1.1.0 version.
When mounting nginx folder to follow the setup authentication instructions, no files are created inside that folder, and instead the container exits with this error:
nginx: [emerg] open() "/etc/nginx/nginx.conf" failed (2: No such file or directory)
The text was updated successfully, but these errors were encountered: