Skip to content

Commit

Permalink
Add note re --detach option
Browse files Browse the repository at this point in the history
of docker compose up command
  • Loading branch information
Phu2 committed Jun 11, 2024
1 parent 66f9bef commit 4d67324
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ In development mode the ***local deployment*** is available at http://localhost:
docker compose up
```

In production mode the ***local deployment*** is available at http://localhost:3000.
In production mode the ***local deployment*** is available at http://localhost:3000.

Use the `--detach` option to run containers in the background, recommended when deploy on servers.

### View output (logs) from Docker container

Expand Down

0 comments on commit 4d67324

Please sign in to comment.