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.
2 parents 993cb0c + 2dd55ef commit 343c861Copy full SHA for 343c861
README.md
@@ -16,7 +16,7 @@ You can access and customize Docker Mautic from [Official Docker Hub image](http
16
17
# Running Basic Container
18
19
- docker run --name some-mysql -e MYSQL_ROOT_PASSWORD=my-secret-pw mysql &
+ docker run --name some-mysql -e MYSQL_ROOT_PASSWORD=my-secret-pw mysql:5.7 &
20
docker run --name some-mautic --link some-mysql:mysql mautic/mautic
21
22
## Customizing Mautic Container
0 commit comments