From 19bcc36fc0a4a66be12923bda0a97095b4e29fbb Mon Sep 17 00:00:00 2001 From: mike12345567 Date: Wed, 16 Dec 2020 16:06:18 +0000 Subject: [PATCH] Another quick fix to copy right conf over. --- hosting/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosting/docker-compose.yml b/hosting/docker-compose.yml index 14cce34fa4..26ce2df0b7 100644 --- a/hosting/docker-compose.yml +++ b/hosting/docker-compose.yml @@ -40,7 +40,7 @@ services: nginx-service: image: nginx:1.19.2-alpine volumes: - - ./nginx.template:/etc/nginx/nginx.template:ro + - ./nginx.conf:/etc/nginx/nginx.conf:ro ports: - "${MINIO_PORT}:5001" depends_on: