lugosidomotor / DockerLocalWordPress

12 stars 3 forks source link

Try it on Windows ! #1

Closed tomglvng closed 8 months ago

tomglvng commented 8 months ago

Hello ! Thanks for your work ! I wanted to try it on Windows, but I have issue when launchingdocker compose up -d && docker compose exec wordpress prep.sh

OCI runtime exec failed: exec failed: unable to start container process: exec /usr/local/bin/prep.sh: no such file or directory: unknown

I guess, it is because of the docker-compose-yml file, L11

  `- ./init/prep.sh:/usr/local/bin/prep.sh`

But I'm stuck with that ! Any idea ?

tomglvng commented 8 months ago

EDIT: seems to not be the fault of the OS: see https://github.com/lugosidomotor/DockerLocalPress/issues/2

tomglvng commented 8 months ago

Fixed in #2