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:
parent
411a8b8ddb
commit
eec22044b2
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue