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 +