use full storage path not path to volumes

This commit is contained in:
Florian Zirker 2024-10-24 14:07:46 +00:00
parent a69a5991b3
commit c6bf4e3fa0
8 changed files with 22 additions and 22 deletions

View file

@ -9,7 +9,7 @@ services:
image: rustdesk/rustdesk-server:${RUSTDESK_VERSION}
command: hbbs -r ${DOMAIN}:21117 -k _
volumes:
- ${VOLUMES_PATH}/rustdesk:/root
- ${STORAGE_PATH}:/root
networks:
- rustdesk
depends_on:
@ -26,7 +26,7 @@ services:
image: rustdesk/rustdesk-server:latest
command: hbbr -k _
volumes:
- ${VOLUMES_PATH}/rustdesk:/root
- ${STORAGE_PATH}:/root
networks:
- rustdesk
restart: unless-stopped