Update 'src/containerspawner/state.py'
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Jack Hadrill 2022-08-27 19:41:27 +00:00
parent fecf8f1ab3
commit c0f662bc1e

View File

@ -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
)