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
[cont-init.d] 10-adduser: exited 0.
[cont-init.d] 30-config: executing...
[cont-init.d] 30-config: exited 0.
[cont-init.d] 99-custom-files: executing...
[custom-init] no custom files found exiting...
[cont-init.d] 99-custom-files: exited 0.
[cont-init.d] done.
[services.d] starting services
nginx: [emerg] open() "/config/nginx/nginx.conf" failed (2: No such file or directory)
[services.d] done.
nginx: [emerg] open() "/config/nginx/nginx.conf" failed (2: No such file or directory)
INFO: Started server process [265]
INFO: Waiting for application startup.
INFO: Application startup complete.
INFO: Uvicorn running on unix socket /tmp/gunicorn.sock (Press CTRL+C to quit)
nginx: [emerg] open() "/config/nginx/nginx.conf" failed (2: No such file or directory)
nginx: [emerg] open() "/config/nginx/nginx.conf" failed (2: No such file or directory)
nginx: [emerg] open() "/config/nginx/nginx.conf" failed (2: No such file or directory)
nginx: [emerg] open() "/config/nginx/nginx.conf" failed (2: No such file or directory)
The text was updated successfully, but these errors were encountered:
Currently building a dev image that should resolve this. Originally I was making the nginx.conf in the /config directory which is what was causing this issue.
Once dev is built and tested. I'll link the PR into master and when that's closed you should be good to go.
CLI:
docker run -d --name yacht --restart=always -p 8001:8000 -v /var/run/docker.sock:/var/run/docker.sock -v path-to/yacht:/config selfhostedpro/yacht
Error:
The text was updated successfully, but these errors were encountered: