Jump to content

Sak

Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by Sak

  1. Hi, I am trying to improve security on my unraid server as I have many exposed containers.
    One of the way is to user docker socket proxy for any containers that requires access to docker socket.

     

    some containers such as dozzle lets me set the socket endpoint through an environment variable.

    but my sablier container does not have that option.

     

    I found an example online where you can use the --host or -H command to set the daemon host.

    In the compose.yml file you can set it easily through the "command" block

     command: -H tcp://socket-proxy:2375

     

    How can I do the same with the unraid docker gui? I have tried adding it as an extra parameter but that did not work.

  2. On 5/28/2023 at 7:01 PM, dlandon said:

    Start by turning off the UD debug logging.  It is flooding the log with messages and making it very hard to read.  Once you've done that, reboot and post new diagnostics so I can better see what is happening.

     

     It was a firewall issue. I only had a firewall rule to allow traffic from unRAID to the network share but not from unRAID to the router. I was able to mount the network share with the mount button with only this rule but automount requires a pass rule from unRAID to the router as well. 

     

    It's working now after I added the new rule. Thank you for the plugin and the quick response. 

×
×
  • Create New...