Skip to content
This repository has been archived by the owner on Jan 17, 2022. It is now read-only.

Commit

Permalink
docs(docker): Add demo project section
Browse files Browse the repository at this point in the history
  • Loading branch information
k911 committed May 3, 2019
1 parent 784392e commit b320c8d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/docker-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,9 @@ ENTRYPOINT ["./bin/console"]
CMD ["swoole:server:run"]
```

Note: If you want to quickly test this configuration in action clone [`k911/swoole-bundle-symfony-demo`](https://github.com/k911/swoole-bundle-symfony-demo) repository and test it!
## Demo project

If you want to quickly test above configuration on your computer clone [`k911/swoole-bundle-symfony-demo`](https://github.com/k911/swoole-bundle-symfony-demo) repository run two simple commands:

```bash
git clone https://github.com/k911/swoole-bundle-symfony-demo.git
Expand Down

0 comments on commit b320c8d

Please sign in to comment.