Skip to content

signal18/docker-proxysql

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Docker container automated build for ProxySQL

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 100.0%