Commit 4c3f03cfc93185f6026f933aadf24f0381d4f415

Authored by Carlos Vieira
1 parent f1a9f6c6
Exists in master

Altera usuario para vagrant da nova box

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
provision_root.sh
... ... @@ -28,7 +28,7 @@ apt-get update
28 28  
29 29 apt-get install -y docker-ce docker-ce-cli containerd.io
30 30  
31   -usermod -aG docker ubuntu
  31 +usermod -aG docker vagrant
32 32  
33 33 curl -L "https://github.com/docker/compose/releases/download/1.25.4/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
34 34  
... ...