Compare commits

...

1 commit

Author SHA1 Message Date
Leopere
3d2362c9e8 Swapping mysql for percona 2019-04-30 11:01:18 -04:00

View file

@ -8,10 +8,9 @@ services:
###########
## MYSQL ##
###########
## MariaDB is currently not supported and neither is later versions of MySQL this may change.
## https://hub.docker.com/r/_/mariadb/
## https://hub.docker.com/r/_/percona/
mysql:
image: mysql:5.7.23
image: percona:5.7
restart: always
networks:
lbry-network: