dockerfiles icon indicating copy to clipboard operation
dockerfiles copied to clipboard

Various Dockerfiles in use by EasyEngine

Results 27 dockerfiles issues
Sort by recently updated
recently updated
newest added

Replace: `upstream_cache_status` with `srcache_fetch_status` ```nginx log_format rt_cache '$remote_addr $upstream_response_time $srcache_fetch_status [$time_local] ' '$http_host "$request" $status $body_bytes_sent ' '"$http_referer" "$http_user_agent"' ' $request_time' ; ``` Check `upstream_response_time` as well.

Partially fixes: https://github.com/EasyEngine/dockerfiles/issues/109

Issue: In the case of docker rm and start it is not able to `sed` in the newrelic.ini file. Solution: add in PHP dockerfile/entry-point at a later stage after `sed`...

Signed-off-by: dhsathiya

status/blocked

Ref : https://easyengine.io/tutorials/mysql/query-cache/

status/blocked

- [ ] Nginx - [ ] PHP-FPM - [ ] Mariadb - [ ] Redis - [ ] Nginx-Proxy - [ ] MailHog - [ ] PostFix - [...

http auth was not getting applied to subsites of subdom sites. This is an bug in EE.

A large number of the dockerfile containers use the :latest parameter to pull the most recent version of the software. This recently caused problems with the nginx-proxy version 0.6.0. See:...

closes #https://github.com/EasyEngine/site-command/issues/274