mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-06-11 11:51:13 +00:00
removing the default nginx configuration (#385)
* adding values-parity.yaml to the project again * removing the custom values file * replacing the namespace with variable * removing the default configuration for frontend nginx
This commit is contained in:
+2
-1
@@ -32,7 +32,8 @@ RUN apk add --no-cache bash && \
|
||||
chown -R nginx:nginx /var/log/nginx && \
|
||||
chown -R nginx:nginx /etc/nginx/conf.d && \
|
||||
touch /var/run/nginx.pid && \
|
||||
chown -R nginx:nginx /var/run/nginx.pid
|
||||
chown -R nginx:nginx /var/run/nginx.pid && \
|
||||
rm /etc/nginx/conf.d/default.conf
|
||||
|
||||
# UID= 101
|
||||
USER nginx
|
||||
|
||||
Reference in New Issue
Block a user