Skip to content

Commit

Permalink
chore: mysql Volume 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
ldhbenecia committed Apr 21, 2024
1 parent e213334 commit 4421a16
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,14 @@ services:
ports:
- 3306:3306
volumes:
- morris_mysql_volume:/var/lib/mysql
- ./mysql-init.d:/docker-entrypoint-initdb.d
networks:
- network
restart: always

networks:
network:
network:

volumes:
morris_mysql_volume:

0 comments on commit 4421a16

Please sign in to comment.