From 43bd6c08f1dc090ef6ab8907370b1fee8e4797c7 Mon Sep 17 00:00:00 2001 From: Umputun Date: Sat, 30 Jun 2018 11:28:37 -0500 Subject: [PATCH] explain USER --- compose-dev.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose-dev.yml b/compose-dev.yml index 23521ad8..f16cefef 100644 --- a/compose-dev.yml +++ b/compose-dev.yml @@ -22,7 +22,7 @@ services: - "8084:8084" # local oauth2 server environment: - - USER + - USER # preset enviroment, UID on the host machine, i.e `id -u` - REMARK_URL=http://127.0.0.1:8080 - SECRET=12345 - STORE_BOLT_PATH=/srv/var/db @@ -32,7 +32,7 @@ services: - AUTH_DEV=true # activate local oauth "dev" - ADMIN=dev_user # set admin flag for local ouath2 volumes: - - ./var:/srv/var + - ./var:/srv/var #- ./web:/srv/web # uncomment to map web directory directly. It will propagate local changes to container without redeploy command: /srv/start.sh