Skip to content

Commit de19163

Browse files
author
Simeon Castle
authored
fix hack for local dev
1 parent bea4974 commit de19163

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.unprivileged

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# to allow running NGINX S3 Gateway as a non root user.
44
# Steps are based on the official unprivileged container:
55
# https://github.com/nginxinc/docker-nginx-unprivileged/blob/main/Dockerfile-debian.template
6-
FROM docker.io/nginxinc/nginx-s3-gateway:latest
6+
FROM nginx-s3-gateway
77

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

0 commit comments

Comments
 (0)