Updated docker-compose.yml against debug session
This commit is contained in:
parent
77f8be0f20
commit
501b284f97
1 changed files with 5 additions and 4 deletions
|
@ -5,12 +5,13 @@ networks:
|
|||
external: true
|
||||
|
||||
services:
|
||||
#############
|
||||
## MariaDB ##
|
||||
#############
|
||||
###########
|
||||
## MYSQL ##
|
||||
###########
|
||||
## MariaDB is currently not supported and neither is later versions of MySQL this may change.
|
||||
## https://hub.docker.com/r/_/mariadb/
|
||||
mysql:
|
||||
image: mysql
|
||||
image: mysql.5.7.23
|
||||
restart: always
|
||||
networks:
|
||||
lbrynet:
|
||||
|
|
Loading…
Reference in a new issue