Skip to content

Commit

Permalink
Run update.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
docker-library-bot committed Mar 23, 2021
1 parent 17769f3 commit 9cd729f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mariadb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ The intent is also to maintain high compatibility with MySQL, ensuring a library
Starting a MariaDB instance is simple:

```console
$ docker run --port 127.0.0.1:3306:3306 --name some-mariadb -e MYSQL_ROOT_PASSWORD=my-secret-pw -d mariadb:tag
$ docker run -p 127.0.0.1:3306:3306 --name some-mariadb -e MYSQL_ROOT_PASSWORD=my-secret-pw -d mariadb:tag
```

or:
Expand Down

0 comments on commit 9cd729f

Please sign in to comment.