Skip to content

Commit 608a411

Browse files
chore: bun run fmt
1 parent 2349eba commit 608a411

File tree

1 file changed

+2
-3
lines changed
  • registry/BenraouaneSoufiane/modules/rustdesk

1 file changed

+2
-3
lines changed

registry/BenraouaneSoufiane/modules/rustdesk/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,11 @@ When using with Docker, add the following to your `docker_container` resource:
6868
```tf
6969
resource "docker_container" "workspace" {
7070
# ... other configuration ...
71-
71+
7272
privileged = true
7373
user = "root"
7474
network_mode = "host"
75-
75+
7676
ports {
7777
internal = 21115
7878
external = 21115
@@ -91,4 +91,3 @@ resource "docker_container" "workspace" {
9191
}
9292
}
9393
```
94-

0 commit comments

Comments
 (0)