Skip to content

Commit

Permalink
fix(rustdesk): update container version
Browse files Browse the repository at this point in the history
  • Loading branch information
dr460nf1r3 committed Feb 15, 2024
1 parent ffe1982 commit c7c711d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose/oracle-dragon/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ networks:
services:
# RustDesk server related containers - Tailscale net only
hbbs:
image: rustdesk/rustdesk-server:1.1.10-2-arm64v8
image: rustdesk/rustdesk-server:1.1.10-3-arm64v8
container_name: rustdesk_hbbs
ports: [21115:21115, 21116:21116, 21116:21116/udp, 21118:21118]
command: hbbs
Expand All @@ -18,7 +18,7 @@ services:
depends_on: [hbbr]
restart: unless-stopped
hbbr:
image: rustdesk/rustdesk-server:1.1.10-2-arm64v8
image: rustdesk/rustdesk-server:1.1.10-3-arm64v8
container_name: rustdesk_hbbr
ports: [21117:21117, 21119:21119]
environment:
Expand Down

0 comments on commit c7c711d

Please sign in to comment.