Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliomartinelli committed Mar 17, 2024
1 parent b714485 commit ac6e157
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ Um docker-conposer configurado e pronto para uso no seu desenvolvimento local no
OS X & Linux:

```sh
docker-compose --env-file ./docker/.env.docker.local up
docker-compose --env-file .env up
```

Windows:

```sh
docker-compose --env-file ./docker/.env.docker.local up
docker-compose --env-file .env up
```

## Como configurar
Expand Down Expand Up @@ -68,6 +68,11 @@ Retire os comentarios ./docker/nginx/nginx.conf


## Histórico
* 1.0.0
* novo container nginx-backend.
* novo container nginx-frontend.
* alteração pasta docker, .docker.
* alteração arquivo .env, example.env.
* 0.0.2
* correção portas e configuração correta expose das portas.
* suporte SSL nginx.
Expand Down

0 comments on commit ac6e157

Please sign in to comment.