add dnsmasq pi server

This commit is contained in:
2024-01-31 12:40:28 -05:00
parent fd0699170f
commit 0266d9499c
10 changed files with 77 additions and 8 deletions

View File

@@ -5,6 +5,6 @@ services:
container_name: iperf3
image: docker.io/networkstatic/iperf3:latest
ports:
- "5201:5201/tcp"
- "127.0.0.1:5201:5201/tcp"
command: -s
restart: unless-stopped