docker_files
docker_files copied to clipboard
nginx never comes up
Hi, I am quite new on docker and searched for a concrete use case i can test it. so i found tellform.
i installed docker and docker-compose - followed the instructions on the website but after installing the containers i got this:

nginx is always restarting. if it is up, it is only just two seconds. and then restart again.
docker logs gives this:
nginx:[emerg] host not found in upstream "tellform"in /etc/nginx/nginx.conf:28
so i checked nginx.conf, but i did not know what to do and i cannot find it right now again ^^. i tried so many things and cannot figure out any solution.
i have exactly the same problem, seems to be a general issue
You have to change value in .env file
line from
Domain that TellForm's admin panel will be hosted at
BASE_URL=tellform.dev to BASE_URL=localhost
that´s the trick. i forgot that. thx
- well, after reboot again the prob that it never comes up....