docker_files icon indicating copy to clipboard operation
docker_files copied to clipboard

Results 8 docker_files issues
Sort by recently updated
recently updated
newest added

``` ~/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: ![_20180629170934](https://user-images.githubusercontent.com/17507066/42084057-38c138d0-7bbf-11e8-8045-1da057765f45.png) ![tim 20180629171019](https://user-images.githubusercontent.com/17507066/42084156-7ef110fa-7bbf-11e8-97bc-3a0a5b36b7fb.png)

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...