Skip to content

Commit 10a9a5e

Browse files
committed
[fix] mysql 컨테이너 이름 변경
1 parent 626a0d4 commit 10a9a5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose-dev.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ services:
1919

2020
mysql:
2121
image: mysql:8.0
22-
container_name: bbo-gak-mysql-dev
22+
container_name: moplus-mysql-dev
2323
environment:
2424
- MYSQL_ROOT_PASSWORD=${MYSQL_ROOT_PASSWORD}
2525
- MYSQL_DATABASE=${MYSQL_DATABASE}

0 commit comments

Comments
 (0)