added docker-compose install command and version

This commit is contained in:
Vittorio Palmisano 2021-02-25 15:30:43 +01:00
parent 953036dc3d
commit e489f2fe3c
2 changed files with 7 additions and 0 deletions

View file

@ -1,5 +1,11 @@
# Running the development environment
Installing `docker-compose`:
```sh
sudo curl -L "https://github.com/docker/compose/releases/download/1.28.4/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
chmod +x /usr/local/bin/docker-compose
```
Starting:
```sh

View file

@ -1,3 +1,4 @@
version: '2.2'
networks:
edumeet: