mirror of
https://github.com/docker/compose.git
synced 2026-09-01 07:11:06 +00:00
cloudformation: fix typo in generated ingress description
Signed-off-by: Gergely Imreh <imrehg@gmail.com>
This commit is contained in:
parent
bfd9f5b431
commit
d6461df474
2 changed files with 2 additions and 2 deletions
|
|
@ -24,7 +24,7 @@
|
|||
"Default80Ingress": {
|
||||
"Properties": {
|
||||
"CidrIp": "0.0.0.0/0",
|
||||
"Description": "simple:80/tcp on default nextwork",
|
||||
"Description": "simple:80/tcp on default network",
|
||||
"FromPort": 80,
|
||||
"GroupId": {
|
||||
"Ref": "DefaultNetwork"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue