From 7c2efd81dab4481146db0a8c572b88eeb3ba4e56 Mon Sep 17 00:00:00 2001 From: Leopere Date: Wed, 3 Oct 2018 14:27:13 -0400 Subject: [PATCH] Slight reorganization --- chainquery/docker-compose.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/chainquery/docker-compose.yml b/chainquery/docker-compose.yml index 874755d..9f3df8d 100644 --- a/chainquery/docker-compose.yml +++ b/chainquery/docker-compose.yml @@ -26,6 +26,11 @@ services: mysql: image: mariadb restart: always + networks: + lbrynet: + ipv4_address: 10.10.0.10 + aliases: + - mysql environment: ## These variables are stored in the .env file next to this docker-compose.yml file. ## I will include a default .env file and .gitignore the ".env" pattern so you should be able to just git pull in the future if you need to. @@ -38,8 +43,3 @@ services: - 3306 volumes: - ./data/db:/var/lib/mysql - networks: - green: - ipv4_address: 10.10.0.10 - aliases: - - mysql