mirror of
https://github.com/PAPAMICA/docker-compose-collection.git
synced 2026-01-18 16:27:25 +01:00
fix little typos in README (#21)
* fix little typo in README * fix little typos
This commit is contained in:
12
.github/workflows/Readme-template.md
vendored
12
.github/workflows/Readme-template.md
vendored
@@ -30,7 +30,7 @@ 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:
|
||||
<p align="center">
|
||||
<a href="https://github.com/PAPAMICA/docker-environment"><img src="https://img.shields.io/badge/docker_environment-%2300B8FC.svg?style=for-the-badge&logo=github&logoColor=white"></a>
|
||||
</p>
|
||||
@@ -64,7 +64,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
|
||||
@@ -76,16 +76,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 <id_container>** : Display the container logs
|
||||
- **docker exec -it <id_container> bash** : Get a shell in container
|
||||
- **docker exec -it <id_container> bash** : Start a shell in container
|
||||
|
||||
---
|
||||
# Add new docker-compose file
|
||||
|
||||
2
.github/workflows/generate-template-json.py
vendored
2
.github/workflows/generate-template-json.py
vendored
@@ -115,7 +115,7 @@ try:
|
||||
except:
|
||||
print ("file don't exist")
|
||||
DATE = datetime.datetime.now().strftime("%Y_%m_%d_%Hh%M")
|
||||
nb_a = f'<img src="https://img.shields.io/badge/Avaibles:_{nb_a}-%2354B848.svg?style=for-the-badge&logo=cachet&logoColor=white">'
|
||||
nb_a = f'<img src="https://img.shields.io/badge/Availables:_{nb_a}-%2354B848.svg?style=for-the-badge&logo=cachet&logoColor=white">'
|
||||
nb_td = f'<img src="https://img.shields.io/badge/To_do:_{nb_td}-%23FF8800.svg?style=for-the-badge&logo=vlcmediaplayer&logoColor=white">'
|
||||
readme_template = open(".github/workflows/Readme-template.md", "rt")
|
||||
readme_result = open("README.md", "wt")
|
||||
|
||||
Reference in New Issue
Block a user