Skip to content

Commit

Permalink
[infra] : 도커 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
bandalgomsu committed Jun 1, 2024
1 parent 1ef3c12 commit 659c063
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ services:
mysql-server:
image: mysql:latest
container_name: mysql-server
volumes:
- jolvre_mysql:/var/lib/mysql
environment:
MYSQL_ROOT_PASSWORD: ${DB_PASSWORD}
MYSQL_DATABASE: jolvre
Expand Down

0 comments on commit 659c063

Please sign in to comment.