Skip to content

Commit b64e7e9

Browse files
committed
DB 컨테이너 이름 변경
1 parent d0a434f commit b64e7e9

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

part-last/my-board-mds/cspell.config.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
version: "0.2"
2-
ignorePaths:
2+
ignorePaths:
33
- .gitignore
44
dictionaryDefinitions: []
55
dictionaries: []
66
words:
77
- classloaders
8+
- FREEPDB
89
- Gson
10+
- gvenzl
11+
- healthcheck
912
- hikari
13+
- initdb
1014
- Jstl
15+
- oradata
1116
- regdate
1217
- replyer
1318
- rttr

part-last/my-board-mds/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22
oracle-xe:
33
image: gvenzl/oracle-free:23-slim
4-
container_name: oracle_xe_23c-local
4+
container_name: my-board-mds--oracle_xe_23c
55
environment:
66
ORACLE_PASSWORD: sys_ex
77
APP_USER: book_ex

0 commit comments

Comments
 (0)