Missing exit quote

Melroy van den Berg 2016-06-12 21:21:33 +02:00
parent 14cb04e393
commit 09312113f9

2
FAQ.md

@ -64,7 +64,7 @@ Then attach to the process:
```sh ```sh
docker attach --sig-proxy=false <container_id> docker attach --sig-proxy=false <container_id>
`` ```
With the `--sig-proxy=false` flag, you can close the attached shell again via **ctl + x** without exiting the Wekan process. With the `--sig-proxy=false` flag, you can close the attached shell again via **ctl + x** without exiting the Wekan process.