init doc work
Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
parent
0c99ad82fa
commit
4ba5c58a37
7 changed files with 254 additions and 1 deletions
15
docs/.template.md
Normal file
15
docs/.template.md
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# NAME VERSION
|
||||
|
||||
## Upgrade Procedure
|
||||
|
||||
```
|
||||
git fetch --all
|
||||
git checkout VERSION
|
||||
docker compose pull
|
||||
docker compose up -d
|
||||
```
|
||||
|
||||
## Release feature
|
||||
|
||||
- ...
|
||||
- ...
|
||||
Loading…
Add table
Add a link
Reference in a new issue