George Bezerra
George Bezerra
@lavv17, I am having problems with gnulib-tool in alpine linux. If takes too long I'll change to debian's image, ok?
No, it is not mandatory. Just the command to build an image will change. Ex: Lets suppose this path: `docker_build/DockerFile`, the command to build will be: ```bash docker build -t...
Actually I am with personal problems and I didn't finish this yet. I appreciate if you create your docker file and sent here. :)
I think we could do some think like this: ```yml phpmyadmin: image: phpmyadmin/phpmyadmin volumes: - ./keys:/keys_directory environment: - PMA_HTTPS=1 ``` First of all, use an environment variable to choose if...
I setup automated build in docker hub to serve as example. You can access it here: https://hub.docker.com/r/paulobezerr/genieacs
Sorry @tylercowie, I believe that is better you open a new issue. Your comment is unrelated to this thread. Thanks.
The same but inside of the gaude: ```js this.ctx.font="bold 22px sans-serif"; this.ctx.fillStyle = 'white'; this.ctx.fillText('Ruim', -190, -150); this.ctx.fillText('Regular', 30, -210); this.ctx.fillText('Bom', 170, -125); this.ctx.fillText('Ótimo', 200, -30); ```
@talk2cerlin, I have manually added ``+ '%'`` in fillText. ```js this.ctx.fillText( formatNumber(value.label, staticLabels.fractionDigits) + '%', 0, -radius - this.lineWidth / 2 ); ```
I move out from the company that has this change. Maybe @raphaelneumann can help you.
It would be good to have an `docker-compose.yml` file 😃