Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: docker/compose
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.5.0
Choose a base ref
...
head repository: docker/compose
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.5.1
Choose a head ref
  • 14 commits
  • 18 files changed
  • 7 contributors

Commits on Apr 30, 2022

  1. Fix relative paths on envfile label

    Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
    ulyssessouza authored and ndeloof committed Apr 30, 2022
    Configuration menu
    Copy the full SHA
    69e21d8 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2022

  1. down: Reject all arguments

    The down command silently ignored all arguments, which might cause
    confusion and/or outages if someone expects `docker-compose down
    $service` to be the opposite of `docker-compose up $service`, rather
    than turning down everything.
    
    Signed-off-by: Jille Timmermans <jille@quis.cx>
    Jille committed May 2, 2022
    Configuration menu
    Copy the full SHA
    147c2d8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9158 from Jille/compose-down-noargs

    down: Reject all arguments
    glours authored May 2, 2022
    Configuration menu
    Copy the full SHA
    028cb4d View commit details
    Browse the repository at this point in the history

Commits on May 3, 2022

  1. Clarify what default work dir is when multiple compose files

    Signed-off-by: Daniel Lublin <daniel@lublin.se>
    quite committed May 3, 2022
    Configuration menu
    Copy the full SHA
    d89c143 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9423 from quite/clarify-workdir

    Clarify what default work dir is when multiple compose files
    glours authored May 3, 2022
    Configuration menu
    Copy the full SHA
    4cebef1 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2022

  1. compose down exit=0 if nothing to remove

    Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
    ndeloof committed May 4, 2022
    Configuration menu
    Copy the full SHA
    78b0676 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2022

  1. Merge pull request #9440 from ndeloof/down_error

    compose down exit=0 if nothing to remove
    glours authored May 6, 2022
    Configuration menu
    Copy the full SHA
    2f47e45 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2022

  1. cp command: copy to all containers of a service as default behaviour

    Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
    glours authored and ndeloof committed May 10, 2022
    Configuration menu
    Copy the full SHA
    a983cf5 View commit details
    Browse the repository at this point in the history
  2. align cp command index management with exec command

    Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
    glours authored and ndeloof committed May 10, 2022
    Configuration menu
    Copy the full SHA
    a964d55 View commit details
    Browse the repository at this point in the history
  3. update usage of the index flag of the cp command

    Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
    glours authored and ndeloof committed May 10, 2022
    Configuration menu
    Copy the full SHA
    6d9d754 View commit details
    Browse the repository at this point in the history
  4. cp command from service to host: use the first container found to cop…

    …y source on the host
    
    Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
    glours authored and ndeloof committed May 10, 2022
    Configuration menu
    Copy the full SHA
    a603e27 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2022

  1. Fix extra space printed with --no-log-prefix option

    Signed-off-by: Jan Vitturi <vitturi.jan@gmail.com>
    jan4843 authored and ndeloof committed May 17, 2022
    Configuration menu
    Copy the full SHA
    84f2168 View commit details
    Browse the repository at this point in the history
  2. bump compose-go to 1.2.5

    Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
    ndeloof committed May 17, 2022
    Configuration menu
    Copy the full SHA
    65b827d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #9475 from ndeloof/bump-compose-go

    bump compose-go to 1.2.5
    glours authored May 17, 2022
    Configuration menu
    Copy the full SHA
    7e3564b View commit details
    Browse the repository at this point in the history
Loading