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
d8e0b79d98
commit
1306c2db69
@ -44,7 +44,6 @@ class StateManager:
|
|||||||
name=container_name,
|
name=container_name,
|
||||||
network=CONTAINER_NETWORK,
|
network=CONTAINER_NETWORK,
|
||||||
volumes={container_name: {"bind": CONTAINER_PERSIST}},
|
volumes={container_name: {"bind": CONTAINER_PERSIST}},
|
||||||
restart_policy={"Name": "always", "MaximumRetryCount": 5},
|
|
||||||
detach=True,
|
detach=True,
|
||||||
auto_remove=True
|
auto_remove=True
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user