Remove comment about requiring nginx/fastcgi
This commit is contained in:
parent
a11206d4ba
commit
269732d8ea
|
@ -713,9 +713,7 @@ docker-compose up -d mariadb phpmyadmin
|
||||||
1 - Run the Adminer Container (`adminer`) with the `docker-compose up` command. Example:
|
1 - Run the Adminer Container (`adminer`) with the `docker-compose up` command. Example:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# use with nginx
|
docker-compose up -d adminer
|
||||||
# must use it as fastcgi is required
|
|
||||||
docker-compose up -d nginx adminer
|
|
||||||
```
|
```
|
||||||
|
|
||||||
2 - Open your browser and visit the localhost on port **8080**: `http://localhost:8080`
|
2 - Open your browser and visit the localhost on port **8080**: `http://localhost:8080`
|
||||||
|
|
Loading…
Reference in New Issue