We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5934da commit 9fde6e6Copy full SHA for 9fde6e6
mysql/docker-compose.yml
@@ -2,8 +2,7 @@ version: '3'
2
3
services:
4
db:
5
- container_name: docker-local-mysql
6
- image: mysql:5.7.21
+ image: mysql:latest
7
volumes:
8
- "./data:/var/lib/mysql"
9
restart: always
0 commit comments