diff --git a/supervisor/src/main.go b/supervisor/src/main.go index e95c024..337d4c8 100644 --- a/supervisor/src/main.go +++ b/supervisor/src/main.go @@ -349,7 +349,6 @@ func (sv *supervisor) reload() error { "-p", fmt.Sprintf("127.0.0.1:%d:6119", port), "-e", "FATHOM_SITE_ID", "-e", "RIJU_DEPLOY_CONFIG", - "-m", "200m", "--label", fmt.Sprintf("riju.deploy-config-hash=%s", deployCfgHash), "--name", name, "--restart", "unless-stopped",