# 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 ```