spug/docker
Zero af2d92d030 feat: add new docker-compose solution 2021-05-15 21:27:14 +08:00
..
build feat: add new docker-compose solution 2021-05-15 21:27:14 +08:00
config/mysql feat: add new docker-compose solution 2021-05-15 21:27:14 +08:00
.env.example feat: add new docker-compose solution 2021-05-15 21:27:14 +08:00
LICENSE feat: add new docker-compose solution 2021-05-15 21:27:14 +08:00
README.md feat: add new docker-compose solution 2021-05-15 21:27:14 +08:00
docker-compose.yml feat: add new docker-compose solution 2021-05-15 21:27:14 +08:00
start.sh feat: add new docker-compose solution 2021-05-15 21:27:14 +08:00

README.md

Spug Docker Compose

https://hub.docker.com/repository/docker/whatwewant/spug

Getting Started

  • Solution 1: Automatically Startup
    • Run ./start.sh
  • Solution 2: Manual Startup (RECOMMEND)
    • Step 1
      • Copy .env.example to .env, then update environments
    • Step 2
      • Run docker-compose up

Version Histories

  • v2.3.16

FAQ

  • How to build fast
    • Use Docker Image instead of building in docker-compose.yml
  • How to connect exist existing mysql/redis ?
    • Just update your .env

License

MIT