mirror of https://github.com/openspug/spug
25 lines
714 B
Markdown
25 lines
714 B
Markdown
# [Spug Docker Compose](https://github.com/whatwewant/spug-docker-compose)
|
|
|
|

|
|

|
|
|
|
### 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](./LICENSE) |