From c5aaa9512b0853d703fd7b2370cac7f928f41f45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?PICHOU=20Ky=C3=A2ne?= Date: Sun, 24 Jun 2018 19:00:21 +0200 Subject: [PATCH] Fix text Closes #280 --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 9ef8936..fbec280 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -22,7 +22,7 @@ services: app: build: context: app - # comment out following lines for team edition or change UID/GID + # uncomment following lines for team edition or change UID/GID # args: # - edition=team # - PUID=1000