From d5e8e3916e80f13249202c9966ceb6cae07a628a Mon Sep 17 00:00:00 2001 From: Alex Richards Date: Mon, 5 Feb 2018 08:00:16 +0000 Subject: [PATCH] Changing the docker volume mapping so its more generic. --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 82c3327..069d38b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -8,7 +8,7 @@ services: - "80:80" - "443:443" volumes: - - /Users/rachel/Docker/simple-docker/www:/var/www/html + - ./www:/var/www/html links: - db @@ -20,4 +20,4 @@ services: - ./db:/var/lib/mysql environment: - MYSQL_ROOT_PASSWORD=docker - - MYSQL_DATABASE=db_runwaytest \ No newline at end of file + - MYSQL_DATABASE=db_runwaytest