Skip to content

Commit

Permalink
TG-1016 Add README suggestion to mount additional volumes for logging (
Browse files Browse the repository at this point in the history
  • Loading branch information
niccolomineo authored Jan 10, 2024
1 parent 4fb6858 commit 976536e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ cd ~/projects
### 🐋 Docker

```console
docker run --interactive --tty --rm --volume $PWD:/data 20tab/talos-nextjs:latest
docker run --interactive --tty --rm --volume $PWD/.dumps:/app/.dumps --volume $PWD/.logs:/app/.logs --volume $PWD:/data 20tab/talos-nextjs:latest
```

### 👨‍💻 Shell command
Expand Down

0 comments on commit 976536e

Please sign in to comment.