mirror of
https://github.com/chatopera/cosin.git
synced 2025-08-01 16:38:02 +08:00
14 lines
193 B
Markdown
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
|
|
``` |