Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 265 Bytes

docker.md

File metadata and controls

9 lines (6 loc) · 265 Bytes

Running in Docker

Run tiedot with help from docker and docker compose:

$ docker-compose build
$ docker-compose up -d

To view the logs:

$ docker-compose logs