updated dockerfile
All checks were successful
gitea-lenape/docker-http-proxy/pipeline/head This commit looks good
All checks were successful
gitea-lenape/docker-http-proxy/pipeline/head This commit looks good
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
FROM nginxproxy/nginx-proxy:1.6
|
FROM nginxproxy/nginx-proxy:1.6
|
||||||
|
|
||||||
# Create a directory within the container to hold your custom configuration
|
|
||||||
RUN mkdir -p /etc/nginx/custom
|
|
||||||
|
|
||||||
# Copy your external configuration file into the container
|
# Copy your external configuration file into the container
|
||||||
COPY your_config_file.conf /etc/nginx/custom/
|
COPY custom_nginx.conf /etc/nginx/nginx.conf
|
||||||
|
|
||||||
# Optionally, you might need to adjust the Nginx configuration to include your custom file.
|
# Optionally, you might need to adjust the Nginx configuration to include your custom file.
|
||||||
# This depends on how you want to integrate your configuration.
|
# This depends on how you want to integrate your configuration.
|
||||||
|
Reference in New Issue
Block a user