Skip to content

Commit b0f8d84

Browse files
committed
Feat: DHCP kea-isc snippet, and updates port numbers
1 parent 3d1c2fd commit b0f8d84

9 files changed

Lines changed: 1474 additions & 3 deletions

File tree

src/lib/components/page-specific/about/BuildingSection.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<li>
4242
<strong>Option #3 - Docker:</strong><br />
4343
Build the Docker image, with <code>docker build -t networking-toolbox .</code>
44-
then run <code>docker run -p 8080:300080 networking-toolbox</code>
44+
then run <code>docker run -p 8080:3000 networking-toolbox</code>
4545
</li>
4646
</ul> -->
4747

src/lib/components/page-specific/about/DeployingSection.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<h3>Option #1 - Docker</h3>
1414
<p>With Docker installed, just run the following command:</p>
1515
<div class="code">
16-
<code>docker run -p 8080:300080 lissy93/networking-toolbox</code>
16+
<code>docker run -p 8080:3000 lissy93/networking-toolbox</code>
1717
</div>
1818
<p>
1919
You can also checkout our

src/lib/components/page-specific/about/SelfHostingSection.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
{site.title} can be easily deployed to your own server. Just run the following command:
99
</p>
1010
<div class="code">
11-
<code>docker run -p 8080:300080 lissy93/networking-toolbox</code>
11+
<code>docker run -p 8080:3000 lissy93/networking-toolbox</code>
1212
</div>
1313
<p>
1414
You can also checkout our <a href="https://github.com/Lissy93/networking-toolbox/blob/main/docker-compose.yml"

0 commit comments

Comments
 (0)