var/run/docker.sock:/var/run/docker.sock:ro MARIADB_ROOT_PASSWORD=$my_DB_ROOT_PASSWORD var/run/docker.sock:/var/run/docker.sock # So that Traefik can listen to the Docker events # The Web UI (enabled by -api.insecure=true) # Enables the web UI and tells Traefik to listen to dockerĬommand: -api.insecure=true -providers.docker I'm not concerned about SSL/TLS at this point - just trying to crawl before I walk. I did try that, but it made no difference. I'm a bit unclear as to whether I need to update my hosts file. My initial aim is simply to get WordPress running on my local machine (Mac running Docker Desktop).Īll containers start up, and I can see and navigate the dashboard at 127.0.0.1:8080, but visiting 127.0.0.1 gives '404 page not found'.