Skip to content

Commit

Permalink
WWWGROUP no longer used
Browse files Browse the repository at this point in the history
  • Loading branch information
fideloper committed Oct 10, 2017
1 parent d23320d commit 9058a4b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion docker-files/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ services:
dockerfile: Dockerfile
args:
uid: "${WWWUSER}"
gid: "${WWWGROUP}"
image: vessel/node
user: node
volumes:
Expand Down
1 change: 0 additions & 1 deletion docker-files/vessel
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ fi
export APP_PORT=${APP_PORT:-80}
export MYSQL_PORT=${MYSQL_PORT:-3306}
export WWWUSER=${WWWUSER:-$UID}
export WWWGROUP=${WWWGROUP:-$GID}

# Is the environment running
PSRESULT="$(docker-compose ps -q)"
Expand Down

0 comments on commit 9058a4b

Please sign in to comment.