6 lines
155 B
C#
6 lines
155 B
C#
namespace MoonlightServers.Daemon.Configuration;
|
|
|
|
public class DockerOptions
|
|
{
|
|
public string SocketUri { get; set; } = "unix:///var/run/docker.sock";
|
|
} |