docker_files
docker_files copied to clipboard
``` ~/Sites $ git clone https://github.com/tellform/docker_files Cloning into 'docker_files'... remote: Counting objects: 61, done. remote: Total 61 (delta 0), reused 0 (delta 0), pack-reused 61 Unpacking objects: 100% (61/61), done....
Hi, Port 80 is usually for other applications and app will collide. A good practice with docker is setting it to 8080. BTW, why not adding a APP_PORT env variable...
#### What's this issue about? When trying out the Docker release, one needs to provide email credentials, else the application fails. #### Expected behavior I can enter my SMTP credentials...
- The .env which is being mounted does not exist. - Usage of `$PWD` doesn't make any sense since docker-compose can resolve relative paths. - An environment variable called `$ROOT`...
follow the guide,but get 502 error:  
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...
Hi ! I'm tryng to install tellform on rpi3 and i have got this error ``` dietpi@DietPi:~/docker_files$ docker-compose up -d Pulling mongo (mongo:)... latest: Pulling from library/mongo ERROR: no matching...
Hello everyone! I got this message when I try to start docker-compose : ``` Traceback (most recent call last): File "/usr/bin/docker-compose", line 11, in load_entry_point('docker-compose==1.8.0', 'console_scripts', 'docker-compose')() File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line...