From 11cbb875357dd68cb34337556b08f007dfdfe3c2 Mon Sep 17 00:00:00 2001 From: chpark Date: Tue, 23 Sep 2025 17:40:25 +0900 Subject: [PATCH] =?UTF-8?q?=EC=98=A4=EB=9D=BC=ED=81=B4=20=EC=88=98?= =?UTF-8?q?=EC=A0=95=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose-oracle.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/docker-compose-oracle.yml b/docker-compose-oracle.yml index 15537b9..dbd6c9d 100644 --- a/docker-compose-oracle.yml +++ b/docker-compose-oracle.yml @@ -9,10 +9,7 @@ services: ORACLE_SID: ORCL ORACLE_PDB: ORCLPDB1 ORACLE_PWD: wace0909!! - ORACLE_EDITION: standard ORACLE_CHARACTERSET: AL32UTF8 - ENABLE_ARCHIVELOG: "false" - TZ: Asia/Seoul ports: - "11521:1521" - "15500:5500" @@ -21,9 +18,7 @@ services: networks: - oracle_network hostname: oracle-server - shm_size: 2g - mem_limit: 4g - memswap_limit: 4g + shm_size: 1g # Oracle 관리용 Adminer (선택사항) oracle-adminer: