Skip to content

Commit 17769f3

Browse files
authored
Merge pull request #1898 from iwschris/update_maria_docs
Update MariaDB docs run command
2 parents f139567 + f3e7df0 commit 17769f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mariadb/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The intent is also to maintain high compatibility with MySQL, ensuring a library
1313
Starting a MariaDB instance is simple:
1414

1515
```console
16-
$ docker run --port 127.0.0.1:3306:3306 --name some-%%REPO%% -e MYSQL_ROOT_PASSWORD=my-secret-pw -d %%IMAGE%%:tag
16+
$ docker run -p 127.0.0.1:3306:3306 --name some-%%REPO%% -e MYSQL_ROOT_PASSWORD=my-secret-pw -d %%IMAGE%%:tag
1717
```
1818

1919
or:

0 commit comments

Comments
 (0)