odmin4eg

Results 3 comments of odmin4eg

I have a similar problem, "become: yes" does not work below is my configuration ``` # Hosts: where our play will run and options it will run with hosts: lab...

I managed to launch a container with an indication of the public directory `# docker run -it -v $(pwd):/data -p 8080:8080 maptiler/tileserver-gl *.mbtiles --public_url /map` ``` location ~ ^/map(/.*)?$ {...

no, I tried, the result is the same, I set the full path `docker run -it -v $(pwd):/data -p 8080:8080 maptiler/tileserver-gl *.mbtiles --public_url https://data.site.xx/map/` as a result, I solved the...