docker-compose upor
make build
# linux
docker run --name hello --restart=always -d -v $PWD/data:/data -p 8888:80 xampp:v8.2.4.0
# windows
docker run --name hello --restart=always -d -v %cd%/data:/data -p 8888:80 xampp:v8.2.4.0make buildmake runmake enterclean the built image.
make cleanmake savemysql username root without password.
apache default port is 80,and mysql default port is 3306
Files with a .conf/.ini suffix should be left as default unless you know what they do.