Remove default nginx port 80 config to fix bind conflict
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
+2
-1
@@ -17,7 +17,8 @@ COPY nginx/entrypoint.sh /entrypoint.sh
|
|||||||
COPY certs/generate-certs.sh /certs/generate-certs.sh
|
COPY certs/generate-certs.sh /certs/generate-certs.sh
|
||||||
|
|
||||||
RUN chmod +x /entrypoint.sh /certs/generate-certs.sh \
|
RUN chmod +x /entrypoint.sh /certs/generate-certs.sh \
|
||||||
&& mkdir -p /data /etc/nginx/conf.d
|
&& mkdir -p /data /etc/nginx/conf.d \
|
||||||
|
&& rm -f /etc/nginx/conf.d/default.conf
|
||||||
|
|
||||||
# No EXPOSE needed - running in host network mode
|
# No EXPOSE needed - running in host network mode
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user