Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
gerardfp committed Oct 19, 2021
1 parent e88b6e6 commit eb6ce9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions daw-m8-dockerwp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,8 @@ <h2>Instal·lar Docker en la màquina virtual</h2>

<host>@virtual</host>
<shell>
sudo curl -L "https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose
curl -L "https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
chmod +x /usr/local/bin/docker-compose
</shell>
</section>

Expand Down

0 comments on commit eb6ce9e

Please sign in to comment.