Commit 9c71c3b1185f87f45b9dd3806ff11e9583b34f1a

Authored by Guilherme Andrade Del Cantoni
1 parent f3f781b4
Exists in master

Ajuste no comando de inicialização dos containers do Docker

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
Vagrantfile_Distrib
... ... @@ -11,8 +11,8 @@ Vagrant.configure(2) do |config|
11 11 config.vm.box = "processoeletronico/sei-2.5.2"
12 12  
13 13 # Usuários ssh de acesso à máquina virtual
14   - # config.ssh.username = "vagrant"
15   - # config.ssh.password = "vagrant"
  14 + config.ssh.username = "vagrant"
  15 + config.ssh.password = "vagrant"
16 16  
17 17 # Configuração do diretório local onde deverá estar disponibilizado os códigos-fontes do SEI (sei, sip, infra_php, infra_css, infra_js)
18 18 config.vm.synced_folder ".", "/mnt/sei/src", mount_options: ["dmode=777", "fmode=777"]
... ...