3liz / lizmap-docker-compose

Run Lizmap stack with docker-compose
31 stars 42 forks source link

How / Where to find script php for caching tiles ? #11

Closed Doctor-Who closed 3 years ago

Doctor-Who commented 3 years ago

Hi,

I'm using this docker-compose but I cannot find any mountpoint to access to the var/www/lizmap-web-client/ How to execute lizmap/scripts/script.php to generate tiles for wmts ?

Also command docker exec -it lizmap bash is not working on this container.

Thanks for helping me :)

Doctor-Who commented 3 years ago

My bad guys...

docker exec -it lizmap_lizmap bashnot working but docker exec -it lizmap_lizmap sh works

dmarteau commented 3 years ago

docker exec -it lizmap_lizmap bash not working but docker exec -it lizmap_lizmap sh works

The Lizmap image is based on alpine linux distro so bash is not installed.