mirror of
https://github.com/docker/compose.git
synced 2025-11-19 05:10:29 +01:00
Allows overriding a user on the command line from the one specified in the docker-compose.yml The added tests verify that a specified user overrides a default user in the docker-compose.yml file. Based on commit f2f01e207b491866349db7168e3d48082d7abdda by @chmouel Signed-off-by: Ian VanSchooten <ian@badgelabsllc.com>
5 lines
64 B
YAML
5 lines
64 B
YAML
service:
|
|
image: busybox:latest
|
|
user: notauser
|
|
command: id
|