Posts by skullkidrae

    does it work now?

    unfortunitly not


    Code
    time="2026-01-11T17:04:38Z" level=warning msg="No services to build"
     Container pihole Starting 
    Error response from daemon: failed to set up container networking: network 3b4e2c8063f902397af28f4a95d773d0a0f6e4f4fe010921751566589b3e76df not found
    
    
    *** ERROR #1 ***
    
    
    END OF LINE
    

    ryecoaaron

    Can you take a look at this? Shouldn't the network interface end0 appear in the "parent" field instead of being empty?

    i may of missed the parent network in a prevous attempt. i had correct this in my most recent attempt and its showing when inspecting the network now though.


    restarted. same error.



    Code
    time="2026-01-11T15:17:11Z" level=warning msg="No services to build"
     Container pihole Starting 
    Error response from daemon: failed to set up container networking: network 3b4e2c8063f902397af28f4a95d773d0a0f6e4f4fe010921751566589b3e76df not found
    
    
    *** ERROR #1 ***
    
    
    END OF LINE
    

    You called it "docker", not "mynet". Change the compose file to use the "docker" network.

    ahh. ok. i tryed changing the network to dsocker but it didnt work so did the inverse and redid the network info to mynet. getting the following error

    Code
    time="2026-01-11T14:04:58Z" level=warning msg="No services to build"
     Container pihole Starting 
    Error response from daemon: failed to set up container networking: network 3b4e2c8063f902397af28f4a95d773d0a0f6e4f4fe010921751566589b3e76df not found
    
    
    *** ERROR #1 ***
    
    
    END OF LINE
    

    The compose file looks correct. Except you can skip all the port mappings. This is because you're using a VLAN, so all the ports are exposed on that IP address.


    So the only thing that might be missing is what raulfg3 already pointed out. Did you follow the steps here to create mynet? --> https://wiki.omv-extras.org/do…erface_with_ip_in_our_lan

    ahh ok. yes i did. whither its correct or not is undetermined. my access points ip for some reason is 192.168.4.0 and my pi is ~.~.~.60


    Publish your compose file.

    If you've repaired Pihole, you've broken OMV. They can't coexist because they both need port 53.


    The way to make them coexist is to configure Pihole in a container and use a VLAN. Read here --> https://wiki.omv-extras.org/do…te_a_vlan_pi-hole_adguard

    However, this has a limitation: OMV won't be able to use the DNS server provided by Pihole, since the container can't communicate with the host.

    ok. iv got omv running again and docker working..... i think. as far as i understand the article is getting me to setup vlan with a copy of my network info. appending config to the pihole docker file allowing it to use the same port on a different ip asif it was a separate device (ip from the vlan not my network) . but i cant get pihole running in docker. when im running it im getting an error <

    time="2026-01-10T22:22:25Z" level=warning msg="No services to build"
    network mynet declared as external, but could not be found

    *** ERROR #1 ***

    END OF LINE

    >help