updated dockerfile
All checks were successful
gitea-lenape/docker-http-proxy/pipeline/head This commit looks good

This commit is contained in:
lenape
2025-05-08 01:09:01 +00:00
parent 1fc8e1cd0b
commit ba42b2b30a

View File

@@ -1,10 +1,10 @@
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_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.
# This depends on how you want to integrate your configuration.