Skip to content

Commit

Permalink
Merge pull request #22 from 22caps/dev
Browse files Browse the repository at this point in the history
dev -> main
  • Loading branch information
GiHoo authored Apr 8, 2024
2 parents c99cfc6 + 00bd8b0 commit e0f4b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services: # 컨테이너 설정
container_name: mysql # 컨테이너 이름
image: mysql/mysql-server:latest # 컨테이너에서 사용하는 base image 지정
environment: # 컨테이너 안의 환경변수 설정
MYSQL_DATABASE: caps-rds
MYSQL_DATABASE: caps
MYSQL_USER: admin
MYSQL_PASSWORD: admin1234
MYSQL_ROOT_HOST: '%'
Expand Down

0 comments on commit e0f4b4e

Please sign in to comment.