mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
update sysutils/docker-compose to 1.13.0
### Breaking changes - `docker-compose up` now resets a service's scaling to its default value. You can use the newly introduced `--scale` option to specify a custom scale value ### New features #### Compose file version 2.2 - Introduced version 2.2 of the `docker-compose.yml` specification. This version requires to be used with Docker Engine 1.13.0 or above - Added support for `init` in service definitions. - Added support for `scale` in service definitions. The configuration's value can be overridden using the `--scale` flag in `docker-compose up`. Please note that the `scale` command is disabled for this file format #### Compose file version 2.x - Added support for `options` in the `ipam` section of network definitions
This commit is contained in:
parent
9c0589ff66
commit
9faee6b101
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=440021
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= docker-compose
|
||||
PORTVERSION= 1.12.0
|
||||
PORTVERSION= 1.13.0
|
||||
CATEGORIES= sysutils python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1491864844
|
||||
SHA256 (docker-compose-1.12.0.tar.gz) = 3da6f465eac5704393d8acd95b1923ce0bda3f0312883527c92dfab7de5b313e
|
||||
SIZE (docker-compose-1.12.0.tar.gz) = 198453
|
||||
TIMESTAMP = 1493826266
|
||||
SHA256 (docker-compose-1.13.0.tar.gz) = 3c7b62cd0ab5f33d21db197d8a74739d320a6fe32e4ef8282c35d4dee5a7c77c
|
||||
SIZE (docker-compose-1.13.0.tar.gz) = 201429
|
||||
|
Loading…
Reference in New Issue
Block a user