Skip to content

Commit

Permalink
chore: Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GiHoo authored Apr 9, 2024
1 parent 591c3d1 commit 6361827
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ services: # 컨테이너 설정
image: mysql/mysql-server:latest # 컨테이너에서 사용하는 base image 지정
environment: # 컨테이너 안의 환경변수 설정
MYSQL_DATABASE: caps
MYSQL_USER: admin
MYSQL_PASSWORD: admin1234
MYSQL_USER: root
MYSQL_PASSWORD: root1234
MYSQL_ROOT_HOST: '%'
MYSQL_ROOT_PASSWORD: rootpwd
command: # 명령어 설정
Expand Down

0 comments on commit 6361827

Please sign in to comment.