Explorar o código

Update MariaDB docs run command

Chris Reynolds %!s(int64=4) %!d(string=hai) anos
pai
achega
f3e7df0d65
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      mariadb/content.md

+ 1 - 1
mariadb/content.md

@@ -13,7 +13,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-%%REPO%% -e MYSQL_ROOT_PASSWORD=my-secret-pw -d %%IMAGE%%:tag
+$ docker run -p 127.0.0.1:3306:3306  --name some-%%REPO%% -e MYSQL_ROOT_PASSWORD=my-secret-pw -d %%IMAGE%%:tag
 ```
 
 or: