compose 중복 수정
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user