Browse Source

updated dockerfile

master
lenape 1 month ago
parent
commit
ba42b2b30a
  1. 6
      Dockerfile

6
Dockerfile

@ -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.

Loading…
Cancel
Save