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