Compare commits
3 Commits
6d2a2a9e65
...
b64e652737
Author | SHA1 | Date | |
---|---|---|---|
b64e652737 | |||
be0aa9f248 | |||
9a12b3ff5c |
@ -4,9 +4,10 @@ variables:
|
|||||||
- REGISTRY_USER=michael
|
- REGISTRY_USER=michael
|
||||||
- DOCKERFILE=Dockerfile
|
- DOCKERFILE=Dockerfile
|
||||||
- CONTEXT=.
|
- CONTEXT=.
|
||||||
|
- WATCHTOWER_HOST=watchtower.balsillie.net
|
||||||
- MATRIX_HOST=matrix.balsillie.net
|
- MATRIX_HOST=matrix.balsillie.net
|
||||||
- MATRIX_PORT=443
|
- MATRIX_PORT=443
|
||||||
- MATRIX_ROOM=!HdSXmuHcBMaYExEfkh:balsillie.net
|
- MATRIX_ROOM=!BQyqVopHitLowtucMg:balsillie.net
|
||||||
|
|
||||||
workspace:
|
workspace:
|
||||||
base: /git
|
base: /git
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
[![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.
|
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.
|
This avoids file permission conflicts when statically serving files owned by other services.
|
||||||
|
Loading…
Reference in New Issue
Block a user