From 18be729983d87bf47ac8d758f1fb694afde586c3 Mon Sep 17 00:00:00 2001 From: sseongeun <96720963+sseongeun@users.noreply.github.com> Date: Fri, 24 Jan 2025 18:49:16 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20volumn=20=EC=A3=BC=EC=84=9D=20=ED=95=B4?= =?UTF-8?q?=EC=A0=9C=20(#589)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose-prod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose-prod.yml b/docker-compose-prod.yml index 038dee21..39960b49 100644 --- a/docker-compose-prod.yml +++ b/docker-compose-prod.yml @@ -31,7 +31,7 @@ services: - ./nginx/:/etc/nginx/ - ./data/certbot/conf:/etc/letsencrypt - ./data/certbot/www:/var/www/certbot -# - /var/lib/GeoIP/GeoLite2-Country.mmdb:/var/lib/GeoIP/GeoLite2-Country.mmdb + - /var/lib/GeoIP/GeoLite2-Country.mmdb:/var/lib/GeoIP/GeoLite2-Country.mmdb ports: - "80:80" - "443:443"