mirror of
https://github.com/docker/docs.git
synced 2026-04-04 18:28:58 +07:00
10 lines
115 B
Plaintext
Executable File
10 lines
115 B
Plaintext
Executable File
#!/usr/bin/env beamsh
|
|
|
|
multiprint {
|
|
trace {
|
|
listen tcp://localhost:7676 &
|
|
listen tcp://localhost:8787 &
|
|
}
|
|
}
|
|
|