Nginx container modified to set UID/GID to 1000.
.woodpecker.yml | ||
Dockerfile | ||
README.md |
Pulls the official Nginx container, and modifies the nginx user to UID=1000 and GID=1000.
This avoids file permission conflicts when statically serving files owned by other services.