Skip to content

Commit

Permalink
Add note re docker logs to README
Browse files Browse the repository at this point in the history
the docker logs command replaces nohup.out
  • Loading branch information
Phu2 committed Jun 11, 2024
1 parent b5c80ca commit 66f9bef
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 66f9bef

Please sign in to comment.