Commit 11189afca9c6466d67bdc2aaf228ac4e9b7d00c0

Authored by Guilherme Del Cantoni
1 parent 0db3ec60
Exists in master

Configuração do DNS do Google internamente no contêiner de aplicação para permit…

…ir acessos à serviços externos.
Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
docker-compose.yml
... ... @@ -45,6 +45,7 @@ services:
45 45 http:
46 46 image: guilhermeadc/sei3_httpd-2.4
47 47 container_name: httpd
  48 + dns: "8.8.8.8"
48 49 ports:
49 50 - "80:80"
50 51 volumes:
... ...