Skip to content

Commit

Permalink
fix: docker-compose 볼륨 생성
Browse files Browse the repository at this point in the history
  • Loading branch information
songhaechan committed Nov 27, 2024
1 parent 12c6760 commit e563cf5
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 @@ -40,6 +40,8 @@ services:
- mysql_data:/var/lib/mysql
networks:
sportify:
volumes:
mysql_data:

networks:
sportify:
Expand Down

0 comments on commit e563cf5

Please sign in to comment.