Updated docker-compose.yml against debug session

This commit is contained in:
Leopere 2018-10-06 12:55:44 -04:00
parent 77f8be0f20
commit 501b284f97

View file

@ -5,12 +5,13 @@ networks:
external: true external: true
services: services:
############# ###########
## MariaDB ## ## 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/_/mariadb/
mysql: mysql:
image: mysql image: mysql.5.7.23
restart: always restart: always
networks: networks:
lbrynet: lbrynet: