docker icon indicating copy to clipboard operation
docker copied to clipboard

Error running test compose

Open stich86 opened this issue 6 months ago • 1 comments

Hi,

i'm trying to run docker-compose.yaml from the repo, but got each time this error:

ERROR: Invalid interpolation format for "test-php" option in service "services": "${PIMCORE_TEST_DB_DSN:-mysql://pimcore:pimcore@test-db/pimcore}"

I'm using these versions of docker and docker-compose:

$ docker -v
Docker version 28.3.3, build 980b856
$ docker-compose -v
docker-compose version 1.24.1, build 4667896b

Thanks!

stich86 avatar Sep 02 '25 08:09 stich86

ok I need to use docker compose up for v2 :) now i have this problem, test doesn't work:

supervisord-1  | 2025-09-02 08:41:05,626 INFO success: messenger-consume_00 entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
supervisord-1  | 2025-09-02 08:41:05,626 WARN exited: messenger-consume_00 (exit status 255; not expected)
supervisord-1  | 2025-09-02 08:41:05,641 INFO success: consume-asset-update_00 entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
supervisord-1  | 2025-09-02 08:41:05,642 INFO spawned: 'messenger-consume_00' with pid 10104
supervisord-1  | 2025-09-02 08:41:05,642 WARN exited: consume-asset-update_00 (exit status 255; not expected)

spam all the times this msg, and PIM core is not avaliable on port 9000

stich86 avatar Sep 02 '25 08:09 stich86