Compare commits

..

No commits in common. "b64e65273784f6b74f7cd7d4135cbdd185f08a6a" and "6d2a2a9e65dd775cb872c00b99186ccab8a1fcd8" have entirely different histories.

2 changed files with 1 additions and 4 deletions

View File

@ -4,10 +4,9 @@ variables:
- REGISTRY_USER=michael
- DOCKERFILE=Dockerfile
- CONTEXT=.
- WATCHTOWER_HOST=watchtower.balsillie.net
- MATRIX_HOST=matrix.balsillie.net
- MATRIX_PORT=443
- MATRIX_ROOM=!BQyqVopHitLowtucMg:balsillie.net
- MATRIX_ROOM=!HdSXmuHcBMaYExEfkh:balsillie.net
workspace:
base: /git

View File

@ -1,5 +1,3 @@
[![status-badge](https://pipeline.balsillie.net/api/badges/containers/nginx-1000/status.svg)](https://pipeline.balsillie.net/containers/nginx-1000)
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.