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:
Stefan Hacker 2026-04-09 15:38:52 +02:00
parent 411a8b8ddb
commit eec22044b2
1 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,8 @@ COPY nginx/entrypoint.sh /entrypoint.sh
COPY certs/generate-certs.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