feature/disable-restart #2

Merged
jackhadrill merged 3 commits from feature/disable-restart into main 2022-08-27 20:12:58 +00:00
Showing only changes of commit 1306c2db69 - Show all commits

View File

@ -44,7 +44,6 @@ class StateManager:
name=container_name,
network=CONTAINER_NETWORK,
volumes={container_name: {"bind": CONTAINER_PERSIST}},
restart_policy={"Name": "always", "MaximumRetryCount": 5},
detach=True,
auto_remove=True
)