From 5dc6c4998d5f6ac9c56c140bfc95f6c466987595 Mon Sep 17 00:00:00 2001 From: Vivek Santayana Date: Thu, 18 Aug 2022 17:07:48 +0100 Subject: [PATCH] Corrected typo --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 1d53d80..8a4fb80 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -10,7 +10,7 @@ services: volumes: - ./certbot:/etc/letsencrypt:ro - ./nginx:/etc/nginx - - ./src/html/robots.txt:/usr/share/nginx/html/robotx.txt:ro + - ./src/html/robots.txt:/usr/share/nginx/html/robots.txt:ro - ./ref-test/app/root:/usr/share/nginx/html/root:ro - ./ref-test/app/admin/static:/usr/share/nginx/html/admin/static:ro - ./ref-test/app/editor/static:/usr/share/nginx/html/admin/editor/static:ro