Skip to content

Commit 343c861

Browse files
author
Luiz Eduardo de Oliveira Fonseca
authored
Merge pull request #68 from yannj-fr/master
Add mysql version for the docker image
2 parents 993cb0c + 2dd55ef commit 343c861

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ You can access and customize Docker Mautic from [Official Docker Hub image](http
1616

1717
# Running Basic Container
1818

19-
docker run --name some-mysql -e MYSQL_ROOT_PASSWORD=my-secret-pw mysql &
19+
docker run --name some-mysql -e MYSQL_ROOT_PASSWORD=my-secret-pw mysql:5.7 &
2020
docker run --name some-mautic --link some-mysql:mysql mautic/mautic
2121

2222
## Customizing Mautic Container

0 commit comments

Comments
 (0)