From 269732d8ea008d2b979263034b4915a52f8a32a5 Mon Sep 17 00:00:00 2001 From: Patrick Artounian Date: Thu, 30 Mar 2017 18:25:29 -0700 Subject: [PATCH] Remove comment about requiring nginx/fastcgi --- DOCUMENTATION/_settings/content/documentation/index.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/DOCUMENTATION/_settings/content/documentation/index.md b/DOCUMENTATION/_settings/content/documentation/index.md index a988ae5..a62d2e8 100644 --- a/DOCUMENTATION/_settings/content/documentation/index.md +++ b/DOCUMENTATION/_settings/content/documentation/index.md @@ -713,9 +713,7 @@ docker-compose up -d mariadb phpmyadmin 1 - Run the Adminer Container (`adminer`) with the `docker-compose up` command. Example: ```bash -# use with nginx -# must use it as fastcgi is required -docker-compose up -d nginx adminer +docker-compose up -d adminer ``` 2 - Open your browser and visit the localhost on port **8080**: `http://localhost:8080`