Browse Source

Update README.md

Volodymyr Tkach 2 years ago
parent
commit
20444667df
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -2,7 +2,7 @@
 
 Docker base image with Nginx + PHP + FPM. PHP version `7.3`. Pre-installed modules: gd, zip, curl, mysql, curl and mbstring. All env vars located here `/var/www/.env`. Document root directory here `/var/www/html`. All PHP settings defined by default except count of fpm forks, decreased to 1 and the same for Nginx server, `worker_processes` decreased to 1. Time zone can be binded at container startup from host machine by `-v /etc/timezone:/etc/timezone:ro`. Default server port is `80`.
 
-Docker image: [https://hub.docker.com/repository/docker/vladimirok5959/nginx-php-fpm](https://hub.docker.com/repository/docker/vladimirok5959/nginx-php-fpm)
+Docker image: [https://hub.docker.com/r/vladimirok5959/nginx-php-fpm](https://hub.docker.com/r/vladimirok5959/nginx-php-fpm)
 
 ## Makefile