Swapping mysql for percona
This commit is contained in:
parent
77ee9dc39d
commit
3d2362c9e8
1 changed files with 2 additions and 3 deletions
|
@ -8,10 +8,9 @@ services:
|
||||||
###########
|
###########
|
||||||
## MYSQL ##
|
## MYSQL ##
|
||||||
###########
|
###########
|
||||||
## MariaDB is currently not supported and neither is later versions of MySQL this may change.
|
## https://hub.docker.com/r/_/percona/
|
||||||
## https://hub.docker.com/r/_/mariadb/
|
|
||||||
mysql:
|
mysql:
|
||||||
image: mysql:5.7.23
|
image: percona:5.7
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
lbry-network:
|
lbry-network:
|
||||||
|
|
Loading…
Reference in a new issue