Add docker-compose exec -u to reference page (#3349)

Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
Harald Albers 2017-05-24 01:33:47 +02:00 committed by Victoria Bialas
parent b4f46e763a
commit e9ad2f76eb
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ Usage: exec [options] SERVICE COMMAND [ARGS...]
Options:
-d Detached mode: Run command in the background.
--privileged Give extended privileges to the process.
--user USER Run the command as this user.
-u, --user USER Run the command as this user.
-T Disable pseudo-tty allocation. By default `docker-compose exec`
allocates a TTY.
--index=index index of the container if there are multiple