From 03b9b78b1eb931133ee0281ebdbd29f619e072cb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 Mar 2023 11:53:10 +0000 Subject: [PATCH] Automatic generation of the file templates-portainer.json --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 026b14a..c2ae12f 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@
- Updated GitHub Workflow Status + Updated GitHub Workflow Status
@@ -30,14 +30,14 @@ 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 deploy a compatible Docker environment with Portainer and Traefik with:

## List of services availables: - + | Status | Service | Website | Update | Maintainer | |:--:|--|--|--|--| @@ -335,7 +335,7 @@ https://raw.githubusercontent.com/PAPAMICA/docker-compose-collection/master/temp ## Debian Install Git : ```bash - apt install -y git +apt install -y git ``` Clone repo @@ -347,16 +347,16 @@ git clone https://github.com/PAPAMICA/docker-compose-collection/ Configuration of variables and execution of a docker-compose: ```bash cd docker-compose-collection -nano env -sudo docker-compose -f service.yml --env-file env up -d +nano .env +sudo docker-compose -f service.yml --env-file .env up -d ``` ## Some useful commands: - **docker container ls** : Show current Docker containers - **docker-compose stop** : Stop the containers created with the scripts (in the script folder) -- **docker-compose up -d** : Launch the containers created with the scripts (in the script folder) +- **docker-compose up -d** : Launch the containers created with the scripts (in the script folder) - **docker logs -f ** : Display the container logs -- **docker exec -it bash** : Get a shell in container +- **docker exec -it bash** : Start a shell in container --- # Add new docker-compose file