Skip to content

Commit 4efb5b4

Browse files
committed
Add Adminer to docs
1 parent 3d2eb81 commit 4efb5b4

3 files changed

Lines changed: 21 additions & 1 deletion

File tree

DOCUMENTATION/_settings/content/documentation/index.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -706,6 +706,25 @@ docker-compose up -d mariadb phpmyadmin
706706

707707

708708

709+
<br>
710+
<a name="Use-Adminer"></a>
711+
## Use Adminer
712+
713+
1 - Run the Adminer Container (`adminer`) with the `docker-compose up` command. Example:
714+
715+
```bash
716+
# use with nginx
717+
# must use it as fastcgi is required
718+
docker-compose up -d nginx adminer
719+
```
720+
721+
2 - Open your browser and visit the localhost on port **8080**: `http://localhost:8080`
722+
723+
724+
725+
726+
727+
709728
<br>
710729
<a name="Use-pgAdmin"></a>
711730
## Use PgAdmin

DOCUMENTATION/_settings/content/getting-started/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ docker-compose up -d nginx mysql
168168

169169
You can select your own combination of containers form the list below:
170170

171-
> `nginx`, `hhvm`, `php-fpm`, `mysql`, `redis`, `postgres`, `mariadb`, `neo4j`, `mongo`, `apache2`, `caddy`, `memcached`, `beanstalkd`, `beanstalkd-console`, `rabbitmq`, `beanstalkd-console`, `workspace`, `phpmyadmin`, `aerospike`, `pgadmin`, `elasticsearch`, `rethinkdb`, `postgres-postgis`, `certbot`, `mailhog`, `minio` and more...!
171+
> `nginx`, `hhvm`, `php-fpm`, `mysql`, `redis`, `postgres`, `mariadb`, `neo4j`, `mongo`, `apache2`, `caddy`, `memcached`, `beanstalkd`, `beanstalkd-console`, `rabbitmq`, `beanstalkd-console`, `workspace`, `phpmyadmin`, `adminer`, `aerospike`, `pgadmin`, `elasticsearch`, `rethinkdb`, `postgres-postgis`, `certbot`, `mailhog`, `minio` and more...!
172172
173173
*(Please note that sometimes we forget to update the docs, so check the `docker-compose.yml` file to see an updated list of all available containers).*
174174

DOCUMENTATION/_settings/content/introduction/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ What's better than a **Demo Video**:
169169
- RabbitMQ Console
170170
- **Tools:**
171171
- PhpMyAdmin
172+
- Adminer
172173
- PgAdmin
173174
- ElasticSearch
174175
- Selenium

0 commit comments

Comments
 (0)