6 lines
141 B
Bash
Executable File
6 lines
141 B
Bash
Executable File
docker run -d \
|
|
--name=vpn-status-indicator \
|
|
--network=container:gluetun \
|
|
--restart unless-stopped \
|
|
joshuafhiggins/status-checker
|