mirror of
https://github.com/docker/compose.git
synced 2026-09-02 07:40:34 +00: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
|
||
|---|---|---|
| .. | ||
| commands-composefile | ||
| dockerfile-with-volume | ||
| dockerfile_with_entrypoint | ||
| env | ||
| environment-composefile | ||
| links-composefile | ||
| longer-filename-composefile | ||
| multiple-composefiles | ||
| no-composefile | ||
| ports-composefile | ||
| simple-composefile | ||
| simple-dockerfile | ||
| UpperCaseDir | ||
| user-composefile | ||