# Specify the base image FROM rustdesk/rustdesk-server-s6:latest # Expose ports (Note: Actual port mapping is done at runtime) EXPOSE 21115 EXPOSE 21116 EXPOSE 21116/udp EXPOSE 21117 EXPOSE 21118 EXPOSE 21119 # Set environment variables ENV RELAY=0.0.0.0:21117 ENV ENCRYPTED_ONLY=1 # Declare a volume (Actual binding is done at runtime) VOLUME ["/data"]