minor change run-docker.sh

This commit is contained in:
Kishan Takoordyal
2021-02-12 10:35:45 +04:00
parent 0588028b97
commit 85bb24033c

View File

@@ -4,4 +4,5 @@ curl -L "https://github.com/docker/compose/releases/download/1.28.2/docker-compo
chmod +x /usr/local/bin/docker-compose
ln -s /usr/local/bin/docker-compose /usr/bin/docker-compose
docker-compose up -d
docker-compose down
docker-compose up -d --build