Skip to content

Commit 757f5e2

Browse files
committed
DB 컨테이너 이름 변경
프로젝트명-컨테이너명 형식으로 구분하고 싶을때 -를 하나만 둬야... Docker Desktop에서 보기가 좋다.
1 parent b64e7e9 commit 757f5e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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: my-board-mds--oracle_xe_23c
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)