mirror of
https://github.com/wekan/wekan.git
synced 2026-03-02 11:50:16 +01:00
Updated Install and Update (markdown)
parent
6025be58c3
commit
59decfbbc5
1 changed files with 2 additions and 2 deletions
|
|
@ -158,12 +158,12 @@ See running containers:
|
|||
```sh
|
||||
docker ps
|
||||
```
|
||||
Stop the running containers:
|
||||
To stop the running containers:
|
||||
```sh
|
||||
docker stop wekan_wekan_1 wekan_wekandb_1
|
||||
```
|
||||
|
||||
Login as the `wekan` user (`su - wekan`), which uses the docker-compose.yml file. Create and start the new container:
|
||||
Login as the `wekan` user (`su - wekan`), which uses the docker-compose.yml file. To create and start the new container run:
|
||||
```sh
|
||||
docker-compose up -d
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue