Skip to content

Commit 51d253d

Browse files
committed
Update documentation adding Portainer section
1 parent 69de066 commit 51d253d

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

DOCUMENTATION/content/documentation/index.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -754,6 +754,21 @@ docker-compose up -d adminer
754754

755755

756756

757+
<br>
758+
<a name="Use-Portainer"></a>
759+
## Use Portainer
760+
761+
1 - Run the Portainer Container (`portainer`) with the `docker-compose up` command. Example:
762+
763+
```bash
764+
docker-compose up -d portainer
765+
```
766+
767+
2 - Open your browser and visit the localhost on port **9010**: `http://localhost:9010`
768+
769+
770+
771+
757772

758773
<br>
759774
<a name="Use-pgAdmin"></a>

DOCUMENTATION/content/introduction/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Beanstalkd - RabbitMQ - PHP Worker
9797
- **Queueing Management:**
9898
Beanstalkd Console - RabbitMQ Console
9999
- **Random Tools:**
100-
HAProxy - Certbot - Blackfire - Selenium - Jenkins - ElasticSearch - Kibana - Grafana - Mailhog - MailDev - Minio - Varnish - Swoole - Laravel Echo...
100+
HAProxy - Certbot - Blackfire - Selenium - Jenkins - ElasticSearch - Kibana - Grafana - Mailhog - MailDev - Minio - Varnish - Swoole - Portainer - Laravel Echo...
101101

102102
Laradock introduces the **Workspace** Image, as a development environment.
103103
It contains a rich set of helpful tools, all pre-configured to work and integrate with almost any combination of Containers and tools you may choose.

0 commit comments

Comments
 (0)