Method: Docker::Compose::Session#restart
- Defined in:
- lib/docker/compose/session.rb
#restart(*services, timeout: 10) ⇒ Object
122 123 124 125 |
# File 'lib/docker/compose/session.rb', line 122 def restart(*services, timeout:10) o = opts(timeout: [timeout, 10]) run!('restart', o, *services) end |