Hi @Bucking_Horn, thank you for your response.
This is not Docker, but “Container Manager,” which seems to be the alternative provided by Synology on DiskStation Manager 7.x+.
The note you commented on was in the run log.
Here is a link to the run long HTML export:
https://jpeirce.com/temp/pihole/pihole.html
I stopped and started the service so the startup routine would be in the recent log history, which seems to be fully capture in that dataset.
Here is the configuration JSON:
{
"CapAdd" : null,
"CapDrop" : null,
"cmd" : "",
"cpu_priority" : 0,
"enable_publish_all_ports" : false,
"enable_restart_policy" : true,
"enabled" : false,
"env_variables" : [
{
"key" : "PATH",
"value" : "/opt/pihole:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
},
{
"key" : "phpver",
"value" : "php"
},
{
"key" : "PHP_ERROR_LOG",
"value" : "/var/log/lighttpd/error-pihole.log"
},
{
"key" : "IPv6",
"value" : "True"
},
{
"key" : "S6_KEEP_ENV",
"value" : "1"
},
{
"key" : "S6_BEHAVIOUR_IF_STAGE2_FAILS",
"value" : "2"
},
{
"key" : "S6_CMD_WAIT_FOR_SERVICES_MAXTIME",
"value" : "0"
},
{
"key" : "FTLCONF_LOCAL_IPV4",
"value" : "0.0.0.0"
},
{
"key" : "FTL_CMD",
"value" : "no-daemon"
},
{
"key" : "DNSMASQ_USER",
"value" : "root"
},
{
"key" : "DNSMASQ_LISTENING",
"value" : "local"
},
{
"key" : "WEB_PORT",
"value" : "8080"
},
{
"key" : "WEBPASSWORD",
"value" : "PiHoleDockPass"
},
{
"key" : "WEB_BIND_ADDR",
"value" : "192.168.1.250"
},
{
"key" : "TZ",
"value" : "America/Denver"
}
],
"exporting" : false,
"id" : "7a1088ca2a7b667340ea9ad74c4e5f559f6766cc8b050a2342936038a546c72b",
"image" : "pihole/pihole",
"is_ddsm" : false,
"is_package" : false,
"labels" : {
"org.opencontainers.image.created" : "2023-05-30T18:51:05.660Z",
"org.opencontainers.image.description" : "Pi-hole in a docker container",
"org.opencontainers.image.licenses" : "",
"org.opencontainers.image.revision" : "37bd3d2f0f9321211d9370fc96b7d06325cee887",
"org.opencontainers.image.source" : "https://github.com/pi-hole/docker-pi-hole",
"org.opencontainers.image.title" : "docker-pi-hole",
"org.opencontainers.image.url" : "https://github.com/pi-hole/docker-pi-hole",
"org.opencontainers.image.version" : "2023.05.2"
},
"links" : [],
"memory_limit" : 0,
"name" : "pihole",
"network" : [
{
"driver" : "host",
"name" : "host"
}
],
"network_mode" : "host",
"port_bindings" : [],
"privileged" : false,
"shortcut" : {
"enable_shortcut" : false,
"enable_status_page" : false,
"enable_web_page" : false,
"web_page_url" : ""
},
"use_host_network" : true,
"version" : 2,
"volume_bindings" : [
{
"host_volume_file" : "/docker/pihole/dnsmasq.d",
"is_directory" : true,
"mount_point" : "/etc/dnsmasq.d",
"type" : "rw"
},
{
"host_volume_file" : "/docker/pihole/pihole",
"is_directory" : true,
"mount_point" : "/etc/pihole",
"type" : "rw"
}
]
}
Let me know if there is anything else I can gather or try to be of use.