Skip to content

Commit

Permalink
fix hack for local dev
Browse files Browse the repository at this point in the history
  • Loading branch information
sim-tails authored Nov 21, 2024
1 parent bea4974 commit de19163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.unprivileged
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# to allow running NGINX S3 Gateway as a non root user.
# Steps are based on the official unprivileged container:
# https://github.com/nginxinc/docker-nginx-unprivileged/blob/main/Dockerfile-debian.template
FROM docker.io/nginxinc/nginx-s3-gateway:latest
FROM nginx-s3-gateway

# Implement changes required to run NGINX as an unprivileged user
RUN sed -i "/^server {/a \ listen 8080;" /etc/nginx/templates/default.conf.template \
Expand Down

0 comments on commit de19163

Please sign in to comment.