From aa50f662dadd274e0b1739eec1d70aca0cd0b539 Mon Sep 17 00:00:00 2001 From: j-frei <27365662+j-frei@users.noreply.github.com> Date: Tue, 13 Apr 2021 13:53:00 +0200 Subject: [PATCH] Update README.md --- offline_deployment/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/offline_deployment/README.md b/offline_deployment/README.md index cc7128b4..16521b78 100644 --- a/offline_deployment/README.md +++ b/offline_deployment/README.md @@ -3,7 +3,7 @@ ## Use Case These offline deployment scripts are suited for deploying Doccano on an air gapped Ubuntu 18.04/20.04 virtual machine (VM 2) with no internet connectivity. -The preparation requires another machine (VM 1) with internet access and `docker`/`docker-compose` preinstalled and running the same Ubuntu distribution as VM 2. +The preparation requires another machine (VM 1) with internet access and `docker`/`docker-compose` preinstalled (with $USER in `docker` group) and running the same Ubuntu distribution as VM 2. The focus is primarily on the `docker-compose`-based production deployment.