Skip to content

Commit 53146df

Browse files
authored
Merge pull request laradock#544 from gfd6th/master
Fix bug on mariadb
2 parents 721e043 + 14f6dff commit 53146df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ services:
135135
mariadb:
136136
build: ./mariadb
137137
volumes:
138-
- mysql:/var/lib/mysql
138+
- mariadb:/var/lib/mysql
139139
ports:
140140
- "3306:3306"
141141
environment:

0 commit comments

Comments
 (0)