Skip to content

Commit 70de608

Browse files
committed
Update README reference to GCP's 1460
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent f9ae44f commit 70de608

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ The `v3` version uses TLS for the registry with a CA injected to the VM and is t
1717
- uses: self-actuated/hub-mirror@v3
1818
```
1919
20-
Set a custom MTU for Docker's bridges:
20+
Set a custom MTU for Docker's bridges i.e. for GCP's defaults on VPCs (1460):
2121
2222
```yaml
2323
- uses: self-actuated/hub-mirror@v4
2424
with:
25-
mtu: 1450
25+
mtu: 1460
2626
```
2727
2828
## License

0 commit comments

Comments
 (0)