fix: Se actualiza comentario de Notas

This commit is contained in:
sinergia 2023-08-14 11:49:56 -05:00
parent 32a02b5306
commit 9900c3b6d4
1 changed files with 2 additions and 4 deletions

View File

@ -91,11 +91,9 @@ docker-compose -p <profile_name> up -d
# Bassic Commands.
Enter tryton docker service bash.
**Note:
'tryton' is the name assigned into docker-compose.yml for th docker service of tryton,
**Note: 'tryton' is the name assigned into docker-compose.yml for th docker service of tryton,
'/entrypoint.sh' it is import for load environment variables,
'--user' specifies the user.
**
'--user' specifies the user.**
```
docker-compose -p <profile_name> exec --user root tryton /entrypoint.sh bash