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: