Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 3ea92413 authored by Robin Tissot's avatar Robin Tissot
Browse files

Fixes passing nginx ssl conf.

parent 11c677e5
Branches
Tags
No related merge requests found
......@@ -46,6 +46,7 @@ services:
### and uncomment this block and the port 443
# volumes:
# - ${PWD}/nginx/ssl.conf:/etc/nginx/conf.d/nginx.conf
# - ${PWD}/nginx/ssl_certificates.conf:/etc/nginx/conf.d/ssl_certificates.conf
# - ${PWD}/nginx/certs/:/etc/certs/
flower:
......
FROM nginx:1.15.0-alpine
RUN rm /etc/nginx/conf.d/default.conf
COPY ssl_certificates.conf* /etc/nginx/conf.d/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment