Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 248 Bytes

readme.md

File metadata and controls

11 lines (8 loc) · 248 Bytes

initialize (do it only once)

docker-compose run --rm server create_db

start redash docker

docker-compose up -d

stop redash docker

docker-compose stop

stop and remove container (warning! all db need to re initialize)

docker-compose down