From 68c60edfb2e775c05b668bf47f6359ce00229b16 Mon Sep 17 00:00:00 2001 From: alpcentaur Date: Fri, 16 Apr 2021 13:25:03 +0000 Subject: [PATCH] Update Readme.md command create network would have been asked by terminal anyway --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6a992e7..d8f88e2 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,12 @@ Enter the command to start dockerd after installing docker on your host system: ```bash sudo systemctl start docker ``` -Install docker-compose on your host os and in the folder docker/compose do: +Install docker-compose on your host os. +In the folder docker/compose do: ```bash - sudo docker-compose up -``` + sudo docker network create proxy + sudo docker-compose up +```` # Setting up nextcloud with deb-rust-sncf container