From 27840f970d3e75a967b4eee58bfb5706eb178d7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A6var=20=C3=96fj=C3=B6r=C3=B0=20Magn=C3=BAsson?= Date: Thu, 14 May 2020 20:11:22 +0000 Subject: [PATCH] Update Readme with Linux support --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 6e33ef2..e729b90 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,11 @@ docker-compose up # Success! ``` +If you're running this on Linux you might get into some privilege issues that can be solved using this command (tested on Ubuntu): +```sh +CURRENT_UID=$(id -u):$(id -g) docker-compose -f docker-compose.yml -f docker-compose.linux.yml up +``` + - Visit your site at http://localhost:8000 - The admin interface is at http://localhost:8000/admin/ - log in with `admin` / `changeme`.