Skip to content

Commit 3da8435

Browse files
README and index.html improvements
1 parent c97ce17 commit 3da8435

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Computer3,FF-B3-95-62-1C-DD,192.168.10.254:9
5757

5858
```
5959
docker build -t go-rest-wol .
60-
docker run go-rest-wol
60+
docker run --rm -p 8080:8080 go-rest-wol
6161
```
6262
If you want to run it on a different port (i.e.: 6969) and also want to provide the CSV file on your host:
6363

pages/index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,11 @@ <h3>REST API Usage</h3>
7272
<span class="fa fa-github"></span> Project Page: <a href="https://github.com/dabondi/go-rest-wol">https://github.com/dabondi/go-rest-wol</a>
7373
</p>
7474
<p>
75-
<small>Build with <span class="fa fa-heart text-danger" aria-hidden="true"></span> by David Baumann, <span class="fa fa-github"></span> <a href="https://github.com/dabondi">https://github.com/dabondi</a></small>
75+
<small>Build with <span class="fa fa-heart text-danger" aria-hidden="true"></span> by:</small>
76+
<ul>
77+
<li>David Baumann, <span class="fa fa-github"></span> <a target="_blank" href="https://github.com/dabondi">https://github.com/dabondi</a></li>
78+
<li>Contributors, <span class="fa fa-github"></span> <a target="_blank" href="https://github.com/daBONDi/go-rest-wol/graphs/contributors">https://github.com/daBONDi/go-rest-wol/graphs/contributors</a></li>
79+
</ul>
7680
</p>
7781
</div>
7882
</div>

0 commit comments

Comments
 (0)