commented the conf files that wasn't present yet
and have added security and proxy common files to be copied too
This commit is contained in:
16
Dockerfile
16
Dockerfile
@@ -49,13 +49,15 @@ COPY --from=builder /etc/nginx /etc/nginx
|
||||
|
||||
# Default configuration
|
||||
COPY nginx.conf /etc/nginx/nginx.conf
|
||||
COPY conf.d/web.conf /etc/nginx/conf.d/web.conf
|
||||
COPY conf.d/git.conf /etc/nginx/conf.d/git.conf
|
||||
COPY conf.d/mail.conf /etc/nginx/conf.d/mail.conf
|
||||
COPY conf.d/media.conf /etc/nginx/conf.d/media.conf
|
||||
COPY conf.d/network.conf /etc/nginx/conf.d/network.conf
|
||||
COPY conf.d/utils.conf /etc/nginx/conf.d/utils.conf
|
||||
COPY conf.d/game.conf /etc/nginx/conf.d/game.conf
|
||||
COPY conf.d/security.conf /etc/nginx/conf.d/security.conf
|
||||
COPY conf.d/proxy-common.conf /etc/nginx/conf.d/proxy-common.conf
|
||||
#COPY conf.d/web.conf /etc/nginx/conf.d/web.conf
|
||||
#COPY conf.d/git.conf /etc/nginx/conf.d/git.conf
|
||||
#COPY conf.d/mail.conf /etc/nginx/conf.d/mail.conf
|
||||
#COPY conf.d/media.conf /etc/nginx/conf.d/media.conf
|
||||
#COPY conf.d/network.conf /etc/nginx/conf.d/network.conf
|
||||
#COPY conf.d/utils.conf /etc/nginx/conf.d/utils.conf
|
||||
#COPY conf.d/game.conf /etc/nginx/conf.d/game.conf
|
||||
|
||||
# Ports for HTTP/HTTPS + optional mail/TCP/UDP (25 110 143 465 587 993 995) + optional minecraft java/bedrock (25565 19132)
|
||||
EXPOSE 80 443
|
||||
|
||||
Reference in New Issue
Block a user