Skip to content

Commit

Permalink
docs: add -d to docker-compose comand
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Oct 18, 2023
1 parent 9c4e14a commit b0e6d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ docker run --rm -it -p 8091:8091 -p 3000:3000 --device=/dev/serial/by-id/insert_

# As a service
wget https://raw.githubusercontent.com/zwave-js/zwave-js-ui/master/docker/docker-compose.yml
docker-compose up
docker-compose up -d
```

> [!NOTE]
Expand Down

0 comments on commit b0e6d2c

Please sign in to comment.