add non-root user for workspace container.

This commit is contained in:
Eric Pfeiffer
2016-07-27 02:43:38 -05:00
parent dd06f1e1a0
commit 17e252a436
2 changed files with 29 additions and 5 deletions

View File

@ -10,8 +10,10 @@ services:
args:
- INSTALL_MONGO=false
- INSTALL_XDEBUG=false
- INSTALL_NODE=false
- INSTALL_NODE=true
- COMPOSER_GLOBAL_INSTALL=false
- PUID=1000
- PGID=1000
volumes_from:
- volumes_source
tty: true