mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Missing exit quote
parent
14cb04e393
commit
09312113f9
1 changed files with 1 additions and 1 deletions
2
FAQ.md
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.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue