We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0a434f commit b64e7e9Copy full SHA for b64e7e9
2 files changed
part-last/my-board-mds/cspell.config.yaml
@@ -1,13 +1,18 @@
1
version: "0.2"
2
-ignorePaths:
+ignorePaths:
3
- .gitignore
4
dictionaryDefinitions: []
5
dictionaries: []
6
words:
7
- classloaders
8
+ - FREEPDB
9
- Gson
10
+ - gvenzl
11
+ - healthcheck
12
- hikari
13
+ - initdb
14
- Jstl
15
+ - oradata
16
- regdate
17
- replyer
18
- rttr
part-last/my-board-mds/docker-compose.yml
@@ -1,7 +1,7 @@
services:
oracle-xe:
image: gvenzl/oracle-free:23-slim
- container_name: oracle_xe_23c-local
+ container_name: my-board-mds--oracle_xe_23c
environment:
ORACLE_PASSWORD: sys_ex
APP_USER: book_ex
0 commit comments