Skip to content
Snippets Groups Projects
Commit ad49eb6c authored by Stefano Stalio's avatar Stefano Stalio
Browse files

Update README.md

parent ac19d18a
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ sudo apt -y install wget apt-transport-https ca-certificates curl software-prope
sudo curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu bionic stable"
sudo apt update
sudo apt -y install docker-ce git
sudo apt -y install docker-ce docker-compose git
sudo mkdir $DATA_DIR
sudo chown 1000 $DATA_DIR
sudo /usr/bin/docker run -d \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment