Changed to full paths

This commit is contained in:
2026-01-11 09:35:30 +00:00
parent ff5414ecc0
commit dd62297241

View File

@@ -4,7 +4,7 @@ services:
image: rustdesk/rustdesk-server:latest image: rustdesk/rustdesk-server:latest
command: hbbs command: hbbs
volumes: volumes:
- ./data:/root - /opt/containers/rustdesk/data:/root
networks: networks:
- rustdesk - rustdesk
ports: ports:
@@ -20,7 +20,7 @@ services:
image: rustdesk/rustdesk-server:latest image: rustdesk/rustdesk-server:latest
command: hbbr command: hbbr
volumes: volumes:
- ./data:/root - /opt/containers/rustdesk/data:/root
networks: networks:
- rustdesk - rustdesk
ports: ports: