This repository has been archived by the owner on Nov 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NetworkMode: ShareNetworkMode now prevents links from being created i…
…n the docker-compose.yml
- Loading branch information
svensp
committed
Jan 14, 2020
1 parent
16eb3af
commit 1c6a803
Showing
3 changed files
with
16 additions
and
1 deletion.
There are no files selected for viewing
10 changes: 10 additions & 0 deletions
10
app/Blueprint/Infrastructure/Service/NetworkMode/ForbidsLinks.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?php namespace Rancherize\Blueprint\Infrastructure\Service\NetworkMode; | ||
|
||
/** | ||
* Interface ForbidsLInks | ||
* @package Rancherize\Blueprint\Infrastructure\Service\NetworkMode | ||
*/ | ||
interface ForbidsLinks | ||
{ | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters