Update 'src/containerspawner/state.py'
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
fecf8f1ab3
commit
c0f662bc1e
@ -44,7 +44,7 @@ class StateManager:
|
||||
name=container_name,
|
||||
network=CONTAINER_NETWORK,
|
||||
volumes={container_name: {"bind": CONTAINER_PERSIST}},
|
||||
restart_policy={"Name": "always", "MaximumRetryCount": 5}
|
||||
restart_policy={"Name": "always", "MaximumRetryCount": 5},
|
||||
detach=True,
|
||||
auto_remove=True
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user