From 646bcbf30417f95252d8b36c009dbb040af62b66 Mon Sep 17 00:00:00 2001 From: Nik Okuntseff Date: Sun, 30 Dec 2018 19:47:44 +0000 Subject: [PATCH] Cosmetic. --- docker-compose.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index b4f3b4b6..e621c410 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,7 +2,7 @@ version: '3.7' services: - # anuko_tt is a web application built as per Dockerfile specification. + # anuko_tt is a web application built as per dockerfile specification. anuko_tt: build: context: . @@ -14,7 +14,7 @@ services: - "8080:80" # anuko_db is a mariadb instance to which timetracker connects. - # Connect parameters are also specified in timetracker Dockerfile after + # Connect parameters are also specified in timetracker dockerfile after # creation of its configuration file. Specifically, we replace # user name, password, service name (aka resolvable to IP server name # where mariadb runs), and database name there from the defaults. @@ -31,7 +31,7 @@ services: MYSQL_USER: anuko_user MYSQL_PASSWORD: anuko_pw volumes: - - database:/var/lib/mysql + - anuko_db:/var/lib/mysql volumes: - database: \ No newline at end of file + anuko_db: \ No newline at end of file -- 2.20.1