mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-02-09 15:28:01 +00:00
modify the docker run command to not exit if you press ctrl+c
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
40b2e014fb
commit
c6b9bf20e7
3 changed files with 14 additions and 7 deletions
|
|
@ -1,7 +1,8 @@
|
|||
## Developer channel
|
||||
If you want to switch to the develop channel, you simply stop and delete the mastercontainer and create a new one with a changed tag to develop:
|
||||
```shell
|
||||
sudo docker run -it \
|
||||
sudo docker run \
|
||||
--sig-proxy=false \
|
||||
--name nextcloud-aio-mastercontainer \
|
||||
--restart always \
|
||||
-p 80:80 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue