IntelliBase web server with docker.
$ git submodule update --init --recursiveor init submodule with clone.
$ git clone --recursive https://github.com/tingtt/IntelliBaseDocker.git$ docker-compose build$ docker-compose up -dmysql 8 のイメージをインストール済みで、認証方式が変更されない場合
- mysql のバージョンを 5 に変更し、docker-compose.yml の 6 行目を削除して再ビルド
- image: mysql:8
- command: --default-authentication-plugin=mysql_native_password
+ image: mysql:5$ docker-compsose build
or
- mysql 8 のイメージを初期化
$ docker-compose down --rmi all --volumes --remove-orphans
$ docker-compose build