mirror of
https://github.com/casjaysdevdocker/tools
synced 2025-01-30 18:34:24 -05:00
8 lines
131 B
Bash
8 lines
131 B
Bash
|
|
docker run \
|
|
--detach \
|
|
--name ifconfig \
|
|
-p 127.0.0.1:8080:8080 \
|
|
--restart=always \
|
|
mpolden/echoip echoip -p -H X-Forwarded-For
|