Skip to content

Commit

Permalink
fix: volume error
Browse files Browse the repository at this point in the history
  • Loading branch information
zgq354 committed Dec 28, 2024
1 parent b352e86 commit dc809ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
db:
image: mysql:5.7
restart: unless-stopped
volume:
volumes:
- ./mysql/ngram.cnf:/etc/mysql/conf.d/ngram.cnf
- mysql-data:/var/lib/mysql
environment:
Expand Down

0 comments on commit dc809ef

Please sign in to comment.