Skip to content

Commit 530392a

Browse files
committed
Infra: 도커 컴포즈 수정
- mysql 사용자 정보 변경
1 parent 52598a6 commit 530392a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ services:
2929
container_name: local-mysql
3030
restart: always
3131
environment:
32-
MYSQL_ROOT_PASSWORD: rootpass
33-
MYSQL_DATABASE: catfe
34-
MYSQL_USER: catfe_user
35-
MYSQL_PASSWORD: catfe_pass
32+
MYSQL_ROOT_PASSWORD: root_pass
33+
MYSQL_DATABASE: testdb
34+
MYSQL_USER: root_user
35+
MYSQL_PASSWORD: root_pass
3636
ports:
3737
- "3306:3306"
3838
volumes:

0 commit comments

Comments
 (0)