Replies: 2 comments 2 replies
-
After some debugging I found out that it complains about the LetsEcnrypt image version. I tried everything: My local .env: PID_FILE=.fresh_start.pid
ALLOW_RUN_WITH_SUDO=true
NGINX_WEB_SEVICE_NAME=proxy-web
NGINX_IMAGE_VERSION=latest
DOCKER_GEN_SEVICE_NAME=docker-gen
DOCKER_GEN_IMAGE_VERSION=latest
LETS_ENCRYPT_SEVICE_NAME=acme-companion
NGINX_PROXY_COMPANION_IMAGE_VERSION=latest
IPv4=XXX.XXX.XXX.XXX
IPv6=::0
NETWORK=proxy
NGINX_FILES_PATH=/srv/docker/nginx
NGINX_WEB_LOG_DRIVER=json-file
NGINX_WEB_LOG_MAX_SIZE=2m
NGINX_WEB_LOG_MAX_FILE=10
NGINX_GEN_LOG_DRIVER=json-file
NGINX_GEN_LOG_MAX_SIZE=2m
NGINX_GEN_LOG_MAX_FILE=10
NGINX_LETSENCRYPT_LOG_DRIVER=json-file
NGINX_LETSENCRYPT_LOG_MAX_SIZE=2m
NGINX_LETSENCRYPT_LOG_MAX_FILE=10
DOCKER_HTTP_=80
DOCKER_HTTPS=443
#SSL_POLICY=Mozilla-Modern
DEFAULT_EMAIL=valid.email@domain.tld
DEFAULT_HOST=my.domain.tld
DOCKER_HOST_ROOTLESS_PATH= |
Beta Was this translation helpful? Give feedback.
1 reply
-
Thank you. Now it's running but the certificate is invalid. Also a stupid question (I did read the instructions, honestly!), how do I run multiple services on multiple subdomains with the proxy? I would like to run GitLab and Redmine on different subdomains. Thank you! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
I'm desperate. Was trying to hook everything up on my own, then thought this solution would solve my problems. However, no dice. When I try to run fresh-start.sh on WSL with SUDO, it asks me for the service names and then shows this:
✘ ERROR It seems there is no default image or version, please check the .env file at '/mnt/d/Repos/nginx-proxy-automation/bin'
I did recheck both .env files, everything is OK. The most frustrating thing it doesn't say which image it lacks.
Thanks for your help.
Beta Was this translation helpful? Give feedback.
All reactions