From 66f9bef6603d821839dd06d41855ff08a2700f5f Mon Sep 17 00:00:00 2001 From: Phu Tu Date: Tue, 11 Jun 2024 11:52:25 +0200 Subject: [PATCH] Add note re docker logs to README the docker logs command replaces nohup.out --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 5d94a29..4363328 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,14 @@ docker compose up In production mode the ***local deployment*** is available at http://localhost:3000. +### View output (logs) from Docker container + +```bash +docker compose logs --timestamps +``` + +For more options see https://docs.docker.com/reference/cli/docker/compose/logs/ + ## Manual installation Before starting you need to install [Leiningen](https://leiningen.org/) and a JDK (minimum Java 11).