From 76b490a61f6c7e096fb1a9f64f33ddbb80a40024 Mon Sep 17 00:00:00 2001 From: Lectom C Han Date: Wed, 10 Dec 2025 11:14:23 +0900 Subject: [PATCH] =?UTF-8?q?compose=20=EC=A4=91=EB=B3=B5=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index e20f942..fc68132 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,8 +5,6 @@ services: args: - APP_UID=${APP_UID:-1000} - APP_GID=${APP_GID:-1000} - environment: - - TZ=Asia/Seoul env_file: - .env depends_on: @@ -15,6 +13,7 @@ services: ports: - "${SERVICE_PORT:-8080}:8080" environment: + - TZ=Asia/Seoul - PORT=8080 - GEOIP_DB_PATH=${GEOIP_DB_PATH:-/initial_data/GeoLite2-City.mmdb} - GEOIP_BACKEND=${GEOIP_BACKEND:-mmdb}