Skip to content

Commit

Permalink
invalid config item
Browse files Browse the repository at this point in the history
  • Loading branch information
frankli0324 authored May 17, 2021
1 parent f2c825d commit 4ac04a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/config/docker.config.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ <h5>Grouped Containers</h5>
Designed for multi-container challenges
</small><br>
{% for config, val in {
"Auto Connect Containers": ("docker_auto_connected_containers","Decide which container will be connected to multi-container-network automatically. Separated by commas."),
"Auto Connect Containers": ("docker_auto_connect_containers","Decide which container will be connected to multi-container-network automatically. Separated by commas."),
"Multi-Container Network Subnet": ("docker_subnet", "Subnet which will be used by auto created networks for multi-container challenges."),
"Multi-Container Network Subnet New Prefix": ("docker_subnet_new_prefix", "Prefix for auto created network.")
}.items() %}
Expand All @@ -72,4 +72,4 @@ <h5>Grouped Containers</h5>
Submit
</button>
</div>
</div>
</div>

0 comments on commit 4ac04a7

Please sign in to comment.