Name |
Last commit
|
Last update |
---|---|---|
charts | ||
scripts | ||
test | ||
.drone.yml | ||
.gitignore | ||
Dockerfile.dapper | ||
LICENSE | ||
README.md |
Problem: Fails to run nginx proxies, because user home directory is not owned by nginx user inside newer nginx-alpine images Solution: Mount emptyDir to the user home directory(/var/cache/nginx) so that it is writable by the nginx user. Also update UID from 100 to 101 to be consistent with upstream changes(https://github.com/nginxinc/docker-nginx/issues/218)
Name |
Last commit
|
Last update |
---|---|---|
charts | Loading commit data... | |
scripts | Loading commit data... | |
test | Loading commit data... | |
.drone.yml | Loading commit data... | |
.gitignore | Loading commit data... | |
Dockerfile.dapper | Loading commit data... | |
LICENSE | Loading commit data... | |
README.md | Loading commit data... |