Commit deeea4a8 by Jan Wijffels

update readme with shinyproxy 2.0 configuration

parent b3e1047f
......@@ -37,11 +37,11 @@ Om de app te deployen kan ShinyProxy gebruikt worden
- Voeg volgende shinyproxy elementen toe in je .yml shinyproxy config file
```
- name: citizenair
- id: citizenair
display-name: Citizen Air: meet - evalueer - vergelijk
description: Deze toepassing laat je toe om de kwaliteit van je eigen luchtmeting in te schatten.
docker-cmd: ["R", "-e citizenair::run_app()"]
docker-image: bnosac/citizenair
container-cmd: ["R", "-e", "citizenair::run_app()"]
container-image: bnosac/citizenair
```
- Herstart shinyproxy `service shinyproxy stop/start/restart`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment