Last active
November 13, 2023 21:20
Revisions
-
thureos revised this gist
Nov 13, 2023 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,4 @@ docker run --restart always -p 3306:3306 --name maria -e MYSQL_ROOT_PASSWORD=example -d mariadb:10.3 docker run --restart always -p 6379:6379 --name redis -d redis docker run --restart always -p 27017:27017 --name mongo -e MONGO_INITDB_ROOT_USERNAME=root -e MONGO_INITDB_ROOT_PASSWORD=example -d mongo:4.0.27 docker run -p 3306:3306 --name mysql-8.0.35 -e MYSQL_ROOT_PASSWORD=example -d mysql mysqld --default-authentication-plugin=mysql_native_password -
thureos revised this gist
Nov 8, 2021 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,2 +1,3 @@ docker run --restart always -p 3306:3306 --name maria -e MYSQL_ROOT_PASSWORD=example -d mariadb:10.3 docker run --restart always -p 6379:6379 --name redis -d redis docker run --restart always -p 27017:27017 --name mongo -e MONGO_INITDB_ROOT_USERNAME=root -e MONGO_INITDB_ROOT_PASSWORD=example -d mongo:4.0.27 -
thureos created this gist
Dec 11, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,2 @@ docker run --restart always -p 3306:3306 --name maria -e MYSQL_ROOT_PASSWORD=example -d mariadb:10.3 docker run --restart always -p 6379:6379 --name redis -d redis