1
0
mirror of https://github.com/chatopera/cosin.git synced 2025-08-01 16:38:02 +08:00
cosin/compose/README.md
Hai Liang Wang 0e46e091a9 https://github.com/cskefu/cskefu/issues/776 enable workflow to check PRs on develop
Signed-off-by: Hai Liang Wang <hai@chatopera.com>
2022-12-26 17:32:55 +08:00

14 lines
193 B
Markdown

# CSKeFu on Docker Compose
## Start
```
cp sample.env .env
docker-compose up -d
```
For an instance services, run as fresh - delete data, pull latest image and start.
```
./bin/flush.sh
```