mirror of
https://github.com/edumeet/edumeet.git
synced 2026-01-23 02:34:58 +00:00
added docker-compose install command and version
This commit is contained in:
parent
953036dc3d
commit
e489f2fe3c
2 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
version: '2.2'
|
||||
|
||||
networks:
|
||||
edumeet:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue