Skip to content

Commit

Permalink
Clean up upstream user
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Oct 16, 2023
1 parent 3f74b16 commit 6cb1f84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proxy-manager/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ RUN \
&& cp /app/docker/rootfs/etc/letsencrypt.ini /etc \
&& cp /app/docker/rootfs/etc/logrotate.d/nginx-proxy-manager /etc/logrotate.d \
\
&& sed -i "/user npm;/d" /etc/nginx/nginx.conf \
&& sed -i "s#root /app/frontend;#root /opt/nginx-proxy-manager/frontend;#" \
/etc/nginx/conf.d/production.conf \
&& sed -i "s#table.string('id').notNull().primary();#table.string('id', 32).notNull().primary();#" \
Expand Down

0 comments on commit 6cb1f84

Please sign in to comment.