Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Please make sure you have already looked at troubleshooting guide:
- https://ddev.readthedocs.io/en/stable/users/usage/troubleshooting/
- Simple things to check:
- * Use latest stable DDEV version
- * ddev poweroff
- * Restart Docker Provider
- * Reboot computer
- * Temporarily disable VPN and firewall
- * Remove customizations like 'docker-compose.*.yaml' and PHP/Apache/Nginx config while debugging.
- Resulting output will be written to:
- /tmp/ddev-debug-test.txt
- file:///tmp/ddev-debug-test.txt
- Please provide the file for support in Discord or the issue queue.
- Doing ddev poweroff but will restart projects at completion
- The ddev-ssh-agent container has been removed. When you start it again you will have to use 'ddev auth ssh' to provide key authentication again.
- ======== Output file will be in /tmp/ddev-debug-test.txt ========
- ======== Existing project config ========
- ddev installation alternate locations:
- /usr/local/bin/ddev
- These config files were loaded for project test: [/home/igor/Documents/test/.ddev/config.yaml]
- name: test
- type: php
- docroot: .
- php_version: 8.3
- webserver_type: nginx-fpm
- webimage: ddev/ddev-webserver:v1.24.7
- additional_hostnames: []
- additional_fqdns: []
- database: {mariadb 10.11}
- project_tld: ddev.site
- use_dns_when_possible: true
- composer_version: 2
- nodejs_version: 22
- default_container_timeout: 120
- ======== existing project customizations ========
- ======== installed DDEV add-ons ========
- No registered add-ons were found.
- ======== WSL2 information ========
- ======== mutagen situation ========
- looking for #ddev-generated in mutagen.yml in project /home/igor/Documents/test
- .ddev/mutagen/mutagen.yml not found
- ======== Creating dummy project named tryddevproject-20752 in ../tryddevproject-20752 ========
- Creating a new DDEV project config in the current directory (/home/igor/Documents/tryddevproject-20752)
- Once completed, your configuration will be written to /home/igor/Documents/tryddevproject-20752/.ddev/config.yaml
- Configuring a 'php' project named 'tryddevproject-20752' with docroot 'web' at '/home/igor/Documents/tryddevproject-20752/web'.
- For full details use 'ddev describe'.
- Configuration complete. You may now run 'ddev start'.
- ======== OS Information ========
- Linux pop-os 6.12.10-76061203-generic #202412060638~1753385872~22.04~dc2e00d SMP PREEMPT_DYNAMIC Thu J x86_64 x86_64 x86_64 GNU/Linux
- ======== User information ========
- uid=1000(igor) gid=1000(igor) groups=1000(igor),4(adm),27(sudo),46(plugdev),124(lpadmin),998(docker),999(ollama)
- ======== DDEV version ========
- ITEM VALUE
- DDEV version v1.24.7
- architecture amd64
- cgo_enabled 0
- db ddev/ddev-dbserver-mariadb-10.11:v1.24.7
- ddev-environment linux
- ddev-ssh-agent ddev/ddev-ssh-agent:v1.24.7
- docker 28.3.3
- docker-api 1.51
- docker-compose v2.38.2
- docker-platform linux-docker
- global-ddev-dir /home/igor/.ddev
- go-version go1.24.5
- mutagen 0.18.1
- os linux
- router ddev/ddev-traefik-router:v1.24.7
- web ddev/ddev-webserver:v1.24.7
- xhgui-image ddev/ddev-xhgui:v1.24.7
- ======== proxy settings ========
- HTTP_PROXY=''
- HTTPS_PROXY=''
- http_proxy=''
- NO_PROXY=''
- ======== DDEV global info ========
- developer-mode=false
- fail-on-hook-fail=false
- instrumentation-opt-in=false
- instrumentation-queue-size=0
- instrumentation-reporting-interval=0s
- instrumentation-user=
- internet-detection-timeout-ms=3000
- last-started-version=v1.24.7
- letsencrypt-email=
- mailpit-http-port=8025
- mailpit-https-port=8026
- mkcert-caroot=/home/igor/.local/share/mkcert
- no-bind-mounts=false
- omit-containers=[]
- performance-mode=none
- project-tld=ddev.site
- required-docker-compose-version=v2.38.2
- router-bind-all-interfaces=false
- router-http-port=80
- router-https-port=443
- simple-formatting=false
- table-style=default
- traefik-monitor-port=10999
- use-docker-compose-from-path=false
- use-hardened-images=false
- use-letsencrypt=false
- wsl2-no-windows-hosts-mgt=false
- xdebug-ide-location=
- xhgui-http-port=
- xhgui-https-port=
- xhprof-mode=
- ======== DOCKER provider info ========
- docker client location: -rwxr-xr-x 1 root root 45250800 Jul 25 08:34 /usr/bin/docker
- docker client alternate locations:
- /usr/bin/docker
- /bin/docker
- Docker provider: linux-docker
- ======== docker version ========
- Client: Docker Engine - Community
- Version: 28.3.3
- API version: 1.51
- Go version: go1.24.5
- Git commit: 980b856
- Built: Fri Jul 25 11:34:04 2025
- OS/Arch: linux/amd64
- Context: default
- Server: Docker Engine - Community
- Engine:
- Version: 28.3.3
- API version: 1.51 (minimum version 1.24)
- Go version: go1.24.5
- Git commit: bea959c
- Built: Fri Jul 25 11:34:04 2025
- OS/Arch: linux/amd64
- Experimental: false
- containerd:
- Version: 1.7.27
- GitCommit: 05044ec0a9a75232cad458027ca83437aae3f4da
- runc:
- Version: 1.2.5
- GitCommit: v1.2.5-0-g59923ef
- docker-init:
- Version: 0.19.0
- GitCommit: de40ad0
- ======== docker context ls ========
- NAME DESCRIPTION DOCKER ENDPOINT ERROR
- default * Current DOCKER_HOST based configuration unix:///var/run/docker.sock
- DOCKER_HOST=unix:///var/run/docker.sock
- DOCKER_DEFAULT_PLATFORM=notset
- ======== ddev debug dockercheck ========
- Docker platform: linux-docker
- Using Docker context: default (unix:///var/run/docker.sock)
- docker-compose: v2.38.2
- Using DOCKER_HOST=unix:///var/run/docker.sock
- Docker version: 28.3.3
- Docker API version: 1.51
- Able to run simple container that mounts a volume.
- Able to use internet inside container.
- Docker disk space:
- Filesystem Size Used Available Use% Mounted on
- overlay 3.6T 363.2G 3.0T 10% /
- ======== Existing docker containers ========
- CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
- a3ef8cf5a0cd phpmyadmin/phpmyadmin:5.1 "/lando-entrypoint.s…" 2 hours ago Exited (137) 13 minutes ago proj1_pma_1
- 2d7861e9818f bitnami/mariadb:10.11.8 "/lando-entrypoint.s…" 2 hours ago Exited (137) 13 minutes ago proj1_database_1
- d523580619bf bitnami/mysql:8.0.40 "/lando-entrypoint.s…" 2 hours ago Exited (137) 13 minutes ago proj1_mariadb_1
- c3e267465b1d devwithlando/php:8.1-apache-5 "/lando-entrypoint.s…" 2 hours ago Exited (137) 13 minutes ago proj1_appserver_1
- f3fc8d48683b node:18 "/lando-entrypoint.s…" 2 hours ago Exited (137) 13 minutes ago proj1_node_1
- 299301be5b1f phpmyadmin/phpmyadmin:5.1 "/lando-entrypoint.s…" 2 hours ago Exited (137) 13 minutes ago proj2_pma_1
- 5247b2bfb8bd bitnami/mysql:8.0.40 "/lando-entrypoint.s…" 2 hours ago Exited (137) 13 minutes ago proj2_mariadb_1
- 1aa80933f54c bitnami/mysql:5.7.43-debian-11-r73 "/lando-entrypoint.s…" 2 hours ago Exited (137) 13 minutes ago proj2_database_1
- 8cf0abfcc23a devwithlando/php:8.1-apache-5 "/lando-entrypoint.s…" 2 hours ago Exited (137) 13 minutes ago proj2_appserver_1
- 346064151c6f node:18 "/lando-entrypoint.s…" 2 hours ago Exited (137) 13 minutes ago proj2_node_1
- 2af80be11e80 phpmyadmin/phpmyadmin:5.1 "/lando-entrypoint.s…" 2 hours ago Exited (137) 13 minutes ago proj3_pma_1
- 9d0cb0ff37a4 bitnami/mysql:5.7.43-debian-11-r73 "/lando-entrypoint.s…" 2 hours ago Exited (137) 13 minutes ago proj3_database_1
- 459bad0f4086 bitnami/mysql:8.0.40 "/lando-entrypoint.s…" 2 hours ago Exited (137) 13 minutes ago proj3_mariadb_1
- 9ef0dea9d851 devwithlando/php:8.1-apache-5 "/lando-entrypoint.s…" 2 hours ago Exited (137) 13 minutes ago proj3_appserver_1
- cb1902f8aec6 node:18 "/lando-entrypoint.s…" 2 hours ago Exited (137) 13 minutes ago proj3_node_1
- 10bc01e15a61 bitnami/mariadb:10.3.39-debian-11-r5 "/lando-entrypoint.s…" 16 hours ago Exited (137) 16 hours ago orthopedceph_database_1
- 6f4862d727fc devwithlando/php:8.1-apache-5 "/lando-entrypoint.s…" 16 hours ago Exited (137) 16 hours ago orthopedceph_appserver_1
- ed01d7a4c4ca node:16 "/lando-entrypoint.s…" 16 hours ago Exited (137) 16 hours ago orthopedceph_node_1
- bc672665ff73 bitnami/mysql:5.7.43-debian-11-r73 "/lando-entrypoint.s…" 40 hours ago Exited (137) 40 hours ago wp_database_1
- 99d6bdab63ef devwithlando/php:7.4-apache-5 "/lando-entrypoint.s…" 40 hours ago Exited (137) 40 hours ago wp_appserver_1
- e12dc4304fe4 node:14 "/lando-entrypoint.s…" 40 hours ago Exited (137) 40 hours ago wp_node_1
- 2d406a8eb089 traefik:2.2.0 "/lando-entrypoint.s…" 40 hours ago Exited (137) 13 minutes ago landoproxyhyperion5000gandalfedition_proxy_1
- 246dbdf8c872 hello-world "/hello" 41 hours ago Exited (0) 41 hours ago dreamy_cerf
- ======== docker system df ========
- TYPE TOTAL ACTIVE SIZE RECLAIMABLE
- Images 30 12 10.29GB 3.957GB (38%)
- Containers 23 0 1.068GB 1.068GB (100%)
- Local Volumes 61 46 42.29GB 13.07GB (30%)
- Build Cache 117 0 28.8MB 28.8MB
- Tips:
- 1. Periodically check your Docker filesystem usage with 'docker system df'
- 2. Use 'docker builder prune' to remove unused Docker build cache (it doesn't remove your data)
- 3. To remove all containers and images (it doesn't remove your data):
- ```
- ddev poweroff
- docker rm -f $(docker ps -aq) || true
- docker rmi -f $(docker images -q)
- ```
- (DDEV images will be downloaded again on 'ddev start')
- ======== mkcert information ========
- /usr/local/bin/mkcert
- /usr/bin/mkcert
- /bin/mkcert
- CAROOT= WSLENV= JAVA_HOME=
- /home/igor/.local/share/mkcert
- total 8
- -r-------- 1 igor igor 2484 Aug 24 14:34 rootCA-key.pem
- -rw-r--r-- 1 igor igor 1708 Aug 24 14:34 rootCA.pem
- ======== ping attempt on ddev.site ========
- PING dkdkd.ddev.site (127.0.0.1) 56(84) bytes of data.
- 64 bytes from localhost (127.0.0.1): icmp_seq=1 ttl=64 time=0.022 ms
- --- dkdkd.ddev.site ping statistics ---
- 1 packets transmitted, 1 received, 0% packet loss, time 0ms
- rtt min/avg/max/mdev = 0.022/0.022/0.022/0.000 ms
- ======== curl information ========
- /usr/bin/curl
- /bin/curl
- ======== ddev debug rebuild ========
- Rebuilding project images without Docker cache...
- Executing `/home/igor/.ddev/bin/docker-compose -f /home/igor/Documents/tryddevproject-20752/.ddev/.ddev-docker-compose-full.yaml --progress plain build web --no-cache`
- #0 building with "default" instance using docker driver
- #1 [web internal] load build definition from Dockerfile
- #1 transferring dockerfile: 1.53kB done
- #1 DONE 0.0s
- #2 [web internal] load metadata for docker.io/ddev/ddev-webserver:v1.24.7
- #2 DONE 0.0s
- #3 [web internal] load .dockerignore
- #3 transferring context: 2B done
- #3 DONE 0.0s
- #4 [web 1/9] FROM docker.io/ddev/ddev-webserver:v1.24.7
- #4 CACHED
- #5 [web 2/9] RUN getent group tty || groupadd tty
- #5 0.173 tty:x:5:
- #5 DONE 0.2s
- #6 [web 3/9] RUN (groupadd --gid 1000 "igor" || groupadd "igor" || true) && (useradd -G tty -l -m -s "/bin/bash" --gid "igor" --comment '' --uid 1000 "igor" || useradd -G tty -l -m -s "/bin/bash" --gid "igor" --comment '' "igor" || useradd -G tty -l -m -s "/bin/bash" --gid "1000" --comment '' "igor" || useradd -G tty -l -m -s "/bin/bash" --comment '' igor )
- #6 DONE 0.6s
- #7 [web 4/9] RUN mkdir -p /home/igor && chown igor /home/igor && chmod 600 /home/igor/.pgpass
- #7 DONE 0.3s
- #8 [web 5/9] RUN export XDEBUG_MODE=off; composer self-update --stable || composer self-update --stable || true; composer self-update --2 || log-stderr.sh composer self-update --2 || true
- #8 0.354 Storing "stable" as default update channel for the next self-update run.
- #8 1.336 Upgrading to version 2.8.11 (stable channel).
- #8 1.503
- #8 2.831 Use composer self-update --rollback to return to version 2.8.10
- #8 3.657 You are already using the latest available Composer version 2.8.11 (2.x channel).
- #8 DONE 3.7s
- #9 [web 6/9] RUN timeout 30 apt-get update || true
- #9 0.462 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
- #9 0.501 Get:2 https://packages.sury.org/php bookworm InRelease [7551 B]
- #9 0.535 Get:3 https://apt.postgresql.org/pub/repos/apt bookworm-pgdg InRelease [107 kB]
- #9 0.598 Get:4 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- #9 0.598 Get:5 https://packages.sury.org/php bookworm/main amd64 Packages [259 kB]
- #9 0.670 Get:6 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- #9 0.735 Get:7 https://apt.postgresql.org/pub/repos/apt bookworm-pgdg/main amd64 Packages [392 kB]
- #9 0.735 Get:8 http://deb.debian.org/debian bookworm/main amd64 Packages [8793 kB]
- #9 1.045 Get:10 https://dl.cloudsmith.io/public/platformsh/cli/deb/debian bookworm InRelease [3675 B]
- #9 1.052 Get:11 http://nginx.org/packages/debian bookworm InRelease [3293 B]
- #9 1.336 Get:12 https://dl.cloudsmith.io/public/platformsh/upsun-cli/deb/debian bookworm InRelease [3681 B]
- #9 1.343 Get:13 http://nginx.org/packages/debian bookworm/nginx amd64 Packages [21.4 kB]
- #9 1.586 Get:9 https://dlm.mariadb.com/repo/mariadb-server/10.11/repo/debian bookworm InRelease [4628 B]
- #9 1.628 Get:14 https://dl.cloudsmith.io/public/symfony/stable/deb/debian bookworm InRelease [4422 B]
- #9 1.916 Get:15 https://dl.cloudsmith.io/public/platformsh/cli/deb/debian bookworm/main amd64 Packages [4917 B]
- #9 1.963 Get:16 http://packages.blackfire.io/debian any InRelease [29.2 kB]
- #9 2.231 Get:18 https://dl.cloudsmith.io/public/platformsh/upsun-cli/deb/debian bookworm/main amd64 Packages [3783 B]
- #9 2.429 Get:19 https://dl.cloudsmith.io/public/symfony/stable/deb/debian bookworm/main amd64 Packages [8747 B]
- #9 2.437 Get:17 https://dlm.mariadb.com/repo/mariadb-server/10.11/repo/debian bookworm/main arm64 Packages [34.4 kB]
- #9 3.022 Get:20 https://dlm.mariadb.com/repo/mariadb-server/10.11/repo/debian bookworm/main amd64 Packages [40.0 kB]
- #9 3.723 Get:21 http://packages.blackfire.io/debian any/main amd64 Packages [34.3 kB]
- #9 3.880 Get:22 http://deb.debian.org/debian bookworm-updates/main amd64 Packages [6924 B]
- #9 3.906 Get:23 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [277 kB]
- #9 4.369 Fetched 10.3 MB in 4s (2516 kB/s)
- #9 4.369 Reading package lists...
- #9 DONE 4.7s
- #10 [web 7/9] RUN curl --connect-timeout 10 --max-time 20 --fail -I https://www.google.com || true
- #10 0.234 % Total % Received % Xferd Average Speed Time Time Time Current
- #10 0.234 Dload Upload Total Spent Left Speed
- 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0HTTP/2 200
- #10 0.438 content-type: text/html; charset=ISO-8859-1
- #10 0.438 content-security-policy-report-only: object-src 'none';base-uri 'self';script-src 'nonce-nli2UQ5rqIoxK0X1Uxz_8w' 'strict-dynamic' 'report-sample' 'unsafe-eval' 'unsafe-inline' https: http:;report-uri https://csp.withgoogle.com/csp/gws/other-hp
- #10 0.438 accept-ch: Sec-CH-Prefers-Color-Scheme
- #10 0.438 p3p: CP="This is not a P3P policy! See g.co/p3phelp for more info."
- #10 0.438 date: Tue, 26 Aug 2025 12:13:51 GMT
- #10 0.438 server: gws
- #10 0.438 x-xss-protection: 0
- #10 0.438 x-frame-options: SAMEORIGIN
- #10 0.438 expires: Tue, 26 Aug 2025 12:13:51 GMT
- #10 0.438 cache-control: private
- #10 0.438 set-cookie: AEC=AVh_V2gCl32Bf9VVcbXkFB_GxnNtxp6h2ScAytlfjoKkBLicMMSfa3XNNA; expires=Sun, 22-Feb-2026 12:13:51 GMT; path=/; domain=.google.com; Secure; HttpOnly; SameSite=lax
- #10 0.438 set-cookie: NID=525=cvyngu5CK_FIqDFiGN3lmaNjauabg8My-Nd8Eb7qU0ZfCi79wL9wy8ApsxfFPW1DTOiCtw47dLWU4VDYulBG4lv5zwpq-zCXCIA__QB7ZbjOwcoCewqDS9-a0zQS9JcovC_NzwGOdkmFKuXmwkC0fe1q2j464FaSxZ6PzMzEJSGqUilajbtXxghf45ZMiIp2tFFaDXIZgM5-lxY; expires=Wed, 25-Feb-2026 12:13:51 GMT; path=/; domain=.google.com; HttpOnly
- #10 0.438 alt-svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
- #10 0.438
- 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
- #10 DONE 0.5s
- #11 [web 8/9] RUN chmod 777 /run/php /var/log
- #11 DONE 0.3s
- #12 [web 9/9] RUN mkdir -p /tmp/xhprof && chmod -R ugo+w /etc/php /var/lib/php /tmp/xhprof
- #12 DONE 6.1s
- #13 [web] exporting to image
- #13 exporting layers
- #13 exporting layers 0.3s done
- #13 writing image sha256:a2928207b8c5c173c3ab77d807940ce1becfa963c3e2280d02c7935163f04fb1
- #13 writing image sha256:a2928207b8c5c173c3ab77d807940ce1becfa963c3e2280d02c7935163f04fb1 done
- #13 naming to docker.io/ddev/ddev-webserver:v1.24.7-tryddevproject-20752-built 0.0s done
- #13 DONE 0.3s
- #14 [web] resolving provenance for metadata file
- #14 DONE 0.0s
- web Built
- Rebuilt web service cache for tryddevproject-20752 in 17s
- Network ddev_default created
- Container ddev-ssh-agent Created
- Container ddev-ssh-agent Started
- ssh-agent container is running: If you want to add authentication to the ssh-agent container, run 'ddev auth ssh' to enable your keys.
- Using custom web-build configuration:
- - /home/igor/Documents/tryddevproject-20752/.ddev/web-build/Dockerfile.test
- Custom configuration is updated on restart.
- If you don't see your custom configuration taking effect, run 'ddev restart'.
- Building project images....
- Project images built in 1s.
- Network ddev-tryddevproject-20752_default Created
- Container ddev-tryddevproject-20752-web Created
- Container ddev-tryddevproject-20752-db Created
- Container ddev-tryddevproject-20752-db Started
- Container ddev-tryddevproject-20752-web Started
- Waiting for containers to become ready: [web db]
- Starting ddev-router if necessary...
- Container ddev-router Created
- Container ddev-router Started
- Restarted tryddevproject-20752
- ======== Project startup ========
- Starting tryddevproject-20752...
- 2025-08-26T09:14:25.235 GetAvailableRouterPort(): Router is healthy and running
- 2025-08-26T09:14:25.236 GetAvailableRouterPort(): proposedPort 80 already bound on ddev-router, accepting it
- 2025-08-26T09:14:25.237 GetAvailableRouterPort(): Router is healthy and running
- 2025-08-26T09:14:25.238 GetAvailableRouterPort(): proposedPort 443 already bound on ddev-router, accepting it
- 2025-08-26T09:14:25.240 GetAvailableRouterPort(): Router is healthy and running
- 2025-08-26T09:14:25.241 GetAvailableRouterPort(): proposedPort 8025 already bound on ddev-router, accepting it
- 2025-08-26T09:14:25.242 GetAvailableRouterPort(): Router is healthy and running
- 2025-08-26T09:14:25.242 GetAvailableRouterPort(): proposedPort 8026 already bound on ddev-router, accepting it
- 2025-08-26T09:14:25.266 Pulled image for ddev/ddev-webserver:v1.24.7
- 2025-08-26T09:14:25.266 Pulled image for busybox:stable
- 2025-08-26T09:14:25.266 Pulled image for ddev/ddev-utilities
- 2025-08-26T09:14:25.267 Pulled image for ddev/ddev-ssh-agent:v1.24.7
- 2025-08-26T09:14:25.267 Pulled image for ddev/ddev-traefik-router:v1.24.7
- 2025-08-26T09:14:25.955 chowning /mnt/ddev-global-cache and /var/lib/mysql to 1000
- 2025-08-26T09:14:26.315 done chowning /mnt/ddev-global-cache and /var/lib/mysql to 1000
- Using custom web-build configuration:
- - /home/igor/Documents/tryddevproject-20752/.ddev/web-build/Dockerfile.test
- Custom configuration is updated on restart.
- If you don't see your custom configuration taking effect, run 'ddev restart'.
- 2025-08-26T09:14:26.328 host.docker.internal='' runtime.GOOS==linux (or WSL2 mirrored mode) and docker 20.10+
- 2025-08-26T09:14:26.335 Using automatically detected timezone: TZ=America/Sao_Paulo
- 2025-08-26T09:14:26.377 Pulled image for ddev/ddev-dbserver-mariadb-10.11:v1.24.7
- 2025-08-26T09:14:26.377 Pulled image for ddev/ddev-webserver:v1.24.7
- 2025-08-26T09:14:26.378 Pulled image for ddev/ddev-ssh-agent:v1.24.7
- 2025-08-26T09:14:26.379 Pulled image for ddev/ddev-traefik-router:v1.24.7
- Building project images...
- 2025-08-26T09:14:26.380 Executing docker-compose -f /home/igor/Documents/tryddevproject-20752/.ddev/.ddev-docker-compose-full.yaml build --progress=plain
- .
- Project images built in 1s.
- 2025-08-26T09:14:27.727 Removing dangling images for the project ddev-tryddevproject-20752
- 2025-08-26T09:14:27.732 Executing docker-compose -f /home/igor/Documents/tryddevproject-20752/.ddev/.ddev-docker-compose-full.yaml up -d
- Container ddev-tryddevproject-20752-web Recreate
- Container ddev-tryddevproject-20752-db Recreate
- Container ddev-tryddevproject-20752-db Recreated
- Container ddev-tryddevproject-20752-web Recreated
- Container ddev-tryddevproject-20752-db Started
- Container ddev-tryddevproject-20752-web Started
- 2025-08-26T09:14:38.902 VIRTUAL_HOST=tryddevproject-20752.ddev.site for xhgui
- 2025-08-26T09:14:38.902 HTTP_EXPOSE=8143:80 for xhgui
- 2025-08-26T09:14:38.902 HTTPS_EXPOSE=8142:80 for xhgui
- 2025-08-26T09:14:38.902 VIRTUAL_HOST=tryddevproject-20752.ddev.site for web
- 2025-08-26T09:14:38.902 HTTP_EXPOSE=80:80,8025:8025 for web
- 2025-08-26T09:14:38.902 HTTPS_EXPOSE=443:80,8026:8025 for web
- 2025-08-26T09:14:39.324 Copied /home/igor/Documents/tryddevproject-20752/.ddev/traefik:CopyIntoVolume_ripgzutvqevt into /mnt/v/traefik in 36.487344ms
- 2025-08-26T09:14:39.365 Exec chown -R 1000 /mnt/v/traefik stdout=, stderr=, err=<nil>
- 2025-08-26T09:14:39.522 Copied Traefik certs in /home/igor/Documents/tryddevproject-20752/.ddev/traefik/certs to ddev-global-cache/traefik
- 2025-08-26T09:14:39.522 Running /start.sh in ddev-webserver
- Waiting for containers to become ready: [web db]
- 2025-08-26T09:14:46.461 Copied /home/igor/.ddev/commands:CopyIntoVolume_srtvjlxcjrra into /mnt/v/global-commands in 33.409892ms
- 2025-08-26T09:14:46.487 Exec chown -R 1000 /mnt/v/global-commands stdout=, stderr=, err=<nil>
- 2025-08-26T09:14:46.725 Testing to see if /mnt/ddev_config is properly mounted
- 2025-08-26T09:14:46.820 Getting stderr output from 'log-stderr.sh --show'
- Starting ddev-router if necessary...
- 2025-08-26T09:14:47.309 Copied /home/igor/.ddev/traefik:CopyIntoVolume_kxqgkkzkpdec into /mnt/v/traefik in 46.542557ms
- 2025-08-26T09:14:47.343 Exec chown -R 1000 /mnt/v/traefik stdout=, stderr=, err=<nil>
- 2025-08-26T09:14:47.489 Copied global Traefik config in /home/igor/.ddev/traefik/certs to ddev-global-cache/traefik
- 2025-08-26T09:14:47.530 Waiting for ddev-router to become ready, timeout=60
- 2025-08-26T09:14:48.034 ddev-router is ready
- Successfully started tryddevproject-20752
- Your project can be reached at https://tryddevproject-20752.ddev.site
- See 'ddev describe' for alternate URLs.
- ======== curl -I of http://127.0.0.1 from inside container ========
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
- 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0HTTP/1.1 200 OK
- Server: nginx
- Date: Tue, 26 Aug 2025 12:14:49 GMT
- Content-Type: text/html; charset=UTF-8
- Connection: keep-alive
- Vary: Accept-Encoding
- 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
- ======== curl -I of http://127.0.0.1:32880 (web container http docker bind port) from outside ========
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
- 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
- HTTP/1.1 200 OK
- Server: nginx
- Date: Tue, 26 Aug 2025 12:14:49 GMT
- Content-Type: text/html; charset=UTF-8
- Connection: keep-alive
- Vary: Accept-Encoding
- ======== curl -I of http://tryddevproject-20752.ddev.site (router http URL) from outside ========
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
- 0 19 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
- curl: (22) The requested URL returned error: 404
- HTTP/1.1 404 Not Found
- Content-Type: text/plain; charset=utf-8
- X-Content-Type-Options: nosniff
- Date: Tue, 26 Aug 2025 12:14:49 GMT
- Content-Length: 19
- ======== Full curl of http://tryddevproject-20752.ddev.site (router http URL) from outside ========
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
- 100 19 100 19 0 0 96 0 --:--:-- --:--:-- --:--:-- 96
- 404 page not found
- ======== Full curl of https://tryddevproject-20752.ddev.site (router https URL) from outside ========
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
- 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
- curl: (60) SSL certificate problem: self-signed certificate
- More details here: https://curl.se/docs/sslcerts.html
- curl failed to verify the legitimacy of the server and therefore could not
- establish a secure connection to it. To learn more about this situation and
- how to fix it, please visit the web page mentioned above.
- ======== curl -I of https://www.google.com to check internet access and VPN ========
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
- 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
- HTTP/2 200
- content-type: text/html; charset=ISO-8859-1
- content-security-policy-report-only: object-src 'none';base-uri 'self';script-src 'nonce-P_wgDL6CpDY7bZWSgi4czg' 'strict-dynamic' 'report-sample' 'unsafe-eval' 'unsafe-inline' https: http:;report-uri https://csp.withgoogle.com/csp/gws/other-hp
- accept-ch: Sec-CH-Prefers-Color-Scheme
- p3p: CP="This is not a P3P policy! See g.co/p3phelp for more info."
- date: Tue, 26 Aug 2025 12:14:50 GMT
- server: gws
- x-xss-protection: 0
- x-frame-options: SAMEORIGIN
- expires: Tue, 26 Aug 2025 12:14:50 GMT
- cache-control: private
- set-cookie: AEC=AVh_V2h4HxAMdbKPhoMyEB80RlupdaxsIuxtX0-Ry8JrxHMl8sjFLcaoCPg; expires=Sun, 22-Feb-2026 12:14:50 GMT; path=/; domain=.google.com; Secure; HttpOnly; SameSite=lax
- set-cookie: NID=525=ozpEa2j5Csk_xfc6pYlMjWRub-xwYHyIq5wHcXLrIpsRlPJAtFez6Po_TMfSGwZki7fymXWb47aKxXTZhZJYKWoWOZwfG6BkQtA2VbmBqoq-upFIf7Fb6mbwRCDKDrqQkx1Umz8u8W2xJuCLniB6-3uOEfPvI6c4H-oZkZNoxvnvfFxYuLNl5VWw6Ko-ohgGx-3ghJhbHEf-nQ; expires=Wed, 25-Feb-2026 12:14:50 GMT; path=/; domain=.google.com; HttpOnly
- alt-svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
- ======== host.docker.internal status ========
- PING host.docker.internal (172.17.0.1) 56(84) bytes of data.
- 64 bytes from host.docker.internal (172.17.0.1): icmp_seq=1 ttl=64 time=0.066 ms
- --- host.docker.internal ping statistics ---
- 1 packets transmitted, 1 received, 0% packet loss, time 0ms
- rtt min/avg/max/mdev = 0.066/0.066/0.066/0.000 ms
- ======== Project ownership on host ========
- drwxrwxr-x 4 igor igor 4096 Aug 26 09:13 ../tryddevproject-20752
- ======== Project ownership in container ========
- drwxrwxr-x 4 igor igor 4096 Aug 26 09:13 //var/www/html
- ======== In-container filesystem ========
- Filesystem Type 1K-blocks Used Available Use% Mounted on
- /dev/mapper/data-root ext4 3839610152 380955604 3263538312 11% /var/www/html
- ======== Thanks for running the diagnostic! ========
- Running ddev launch in 3 seconds
- Running ddev launch
- Waiting for ddev launch to complete before deleting project
- Opening in existing browser session.
- Cleanup: deleting test project tryddevproject-20752
- Container ddev-tryddevproject-20752-db Stopped
- Container ddev-tryddevproject-20752-web Stopped
- Container ddev-tryddevproject-20752-db Stopped
- Container ddev-tryddevproject-20752-web Stopped
- Container ddev-tryddevproject-20752-db Removed
- Container ddev-tryddevproject-20752-web Removed
- Network ddev-tryddevproject-20752_default Removed
- Volume tryddevproject-20752-mariadb for project tryddevproject-20752 was deleted
- Volume tryddevproject-20752-postgres for project tryddevproject-20752 was deleted
- Image ddev/ddev-webserver:v1.24.7-tryddevproject-20752-built for project tryddevproject-20752 was deleted
- Image ddev/ddev-dbserver-mariadb-10.11:v1.24.7-tryddevproject-20752-built for project tryddevproject-20752 was deleted
- Project tryddevproject-20752 was deleted. Your code and configuration are unchanged.
- Optionally, run `docker builder prune` to clean unused builder cache.
- Please remove the files from this test with 'rm -r ../tryddevproject-20752'
- ==== Restarting previously-running DDEV projects====
- Output file written to:
- /tmp/ddev-debug-test.txt
- file:///tmp/ddev-debug-test.txt
- Please provide the file for support in Discord or the issue queue.
Advertisement
Add Comment
Please, Sign In to add comment