Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.02 KB

README.md

File metadata and controls

32 lines (19 loc) · 1.02 KB

Docker ProxySQL image

Supported tags and respective Dockerfile links

Build and update process

This image is automatically built at every push of this repository and every time that the debian:jessie base image gets updated in order to ensure that bugfixes and security updates are immediately applied.

Run

docker run -v /path/to/proxysql.cfg:/etc/proxysql.cfg signal18/proxysql:1.3

Or, you can create your own derived image, with the configuration in the image itself.

FROM signal18/proxysql:1.3
COPY my-config/proxysql.cfg /etc/proxysql.cfg

Configuration file

You can find some examples of the proxysql.cfg in the official repository: https://github.com/sysown/proxysql/blob/master/doc/configuration.md

Thanks

Based on original work by PrimaIT