mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2025-06-21 02:08:12 +02:00
add Quadlet configurations to Docker install docs
This commit is contained in:
parent
613de7bc35
commit
6201a52edc
@ -96,3 +96,39 @@ services:
|
|||||||
network_mode: "host"
|
network_mode: "host"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### Podman Quadlet examples
|
||||||
|
|
||||||
|
If you would like to run the containers with Podman as a systemd service you can use these sample Podman Quadlet configurations:
|
||||||
|
|
||||||
|
```ini
|
||||||
|
[Container]
|
||||||
|
AutoUpdate=registry
|
||||||
|
Image=ghcr.io/rustdesk/rustdesk-server:latest
|
||||||
|
Exec=hbbs
|
||||||
|
Volume=/path/to/rustdesk-server/data:/root
|
||||||
|
Network=host
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Restart=always
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=default.target
|
||||||
|
```
|
||||||
|
|
||||||
|
or
|
||||||
|
|
||||||
|
```ini
|
||||||
|
[Container]
|
||||||
|
AutoUpdate=registry
|
||||||
|
Image=ghcr.io/rustdesk/rustdesk-server:latest
|
||||||
|
Exec=hbbr
|
||||||
|
Volume=/path/to/rustdesk-server/data:/root
|
||||||
|
Network=host
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Restart=always
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=default.target
|
||||||
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user