mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2026-04-06 07:46:05 +00:00
Update _index.en.md
This commit is contained in:
@@ -35,8 +35,8 @@ If you can not see logs with `-td`, you can see logs via `docker logs hbbs`. Or
|
|||||||
|
|
||||||
#### Docker Compose examples
|
#### Docker Compose examples
|
||||||
For running the Docker files with the `compose.yml` as described here you need to have [Docker Compose](https://docs.docker.com/compose/) installed.
|
For running the Docker files with the `compose.yml` as described here you need to have [Docker Compose](https://docs.docker.com/compose/) installed.
|
||||||
```yaml
|
|
||||||
|
|
||||||
|
```yaml
|
||||||
services:
|
services:
|
||||||
hbbs:
|
hbbs:
|
||||||
container_name: hbbs
|
container_name: hbbs
|
||||||
@@ -50,7 +50,6 @@ services:
|
|||||||
- hbbr
|
- hbbr
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
|
|
||||||
hbbr:
|
hbbr:
|
||||||
container_name: hbbr
|
container_name: hbbr
|
||||||
image: rustdesk/rustdesk-server:latest
|
image: rustdesk/rustdesk-server:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user