From 42778f15aeac3633cf0aae3b2abd8085a6a2e115 Mon Sep 17 00:00:00 2001 From: kouul Date: Mon, 6 Apr 2020 19:39:45 +0400 Subject: [PATCH] using default port for apache Signed-off-by: kouul --- apache-php/README.md | 2 +- apache-php/docker-compose.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apache-php/README.md b/apache-php/README.md index 3738015..fbede6f 100644 --- a/apache-php/README.md +++ b/apache-php/README.md @@ -17,7 +17,7 @@ services: web: build: app ports: - - '8008:80' + - '80:80' volumes: - ./app:/var/www/html/ ``` diff --git a/apache-php/docker-compose.yaml b/apache-php/docker-compose.yaml index 5711815..abe221f 100644 --- a/apache-php/docker-compose.yaml +++ b/apache-php/docker-compose.yaml @@ -3,7 +3,7 @@ services: web: build: app ports: - - '8008:80' + - '80:80' volumes: - ./app:/var/www/html/ - \ No newline at end of file +