Skip to content

tingtt/IntelliBaseDocker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IntelliBase HP docker

IntelliBase web server with docker.

Submodule repository

syugoudada/intelli_base

$ git submodule update --init --recursive

or init submodule with clone.

$ git clone --recursive https://github.com/tingtt/IntelliBaseDocker.git

Build

$ docker-compose build

Exec

$ docker-compose up -d

Error case

mysql 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

About

docker-compose for IntelliBase web server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published