mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2026-07-01 02:50:31 +02:00
clean commit
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
# References
|
||||
|
||||
https://hub.docker.com/r/praqma/network-multitool
|
||||
@@ -0,0 +1,10 @@
|
||||
version: "3"
|
||||
|
||||
services:
|
||||
network-multitool:
|
||||
image: praqma/network-multitool:alpine-extra
|
||||
container_name: network-multitool
|
||||
environment:
|
||||
- HTTP_PORT=9988 # useful to daemonize the container; see https://hub.docker.com/r/praqma/network-multitool
|
||||
- HTTPS_PORT=9989 # useful to daemonize the container; see https://hub.docker.com/r/praqma/network-multitool
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user