diff --git a/.github/workflows/Readme-template.md b/.github/workflows/Readme-template.md
index 113bc81..a79caaf 100644
--- a/.github/workflows/Readme-template.md
+++ b/.github/workflows/Readme-template.md
@@ -1,7 +1,17 @@
# Docker-compose by PAPAMICA
-|  | [Wiki-Tech.io](https://Wiki-Tech.io/)
[Tech2Tech.fr](https://www.tech2tech.fr/)
[Twitter @PAPAMICA__](https://twitter.com/PAPAMICA__)
[LinkedIn](https://www.linkedin.com/in/mickael-asseline/)
|
-|:--------:| :-------------|
+
+
+
+
+
+
+
+ List of services |
+ How to use |
+ Add a new service
+
+
These docker-compose allow you to deploy multiple services easily and quickly. You can use them with Portainer directly or via docker-compose commands.
@@ -9,7 +19,8 @@ All docker-compose are commented and are configured using variables.
They all include support for Traefik.
-You can deploye a compatible Docker environment with Portainer and Traefik with :
+You can deploye a compatible Docker environment with Portainer and Traefik with:
+
https://github.com/PAPAMICA/docker-environment
@@ -18,7 +29,7 @@ https://github.com/PAPAMICA/docker-environment
| Status | ServiceĀ | Update |
##SERVICES##
-
+---
# Utilisation
## Portainer
Add the URL of my repo directly in Portainer:
@@ -50,6 +61,7 @@ sudo docker-compose -f service.yml --env-file env up -d
- **docker logs -f ** : Display the container logs
- **docker exec -it bash** : Get a shell in container
+---
# Add new docker-compose file
I automated the creation of the json template file for Portainer and the update of the README.md.