Merge pull request #88 from raxod502/revert-86-patch-1

Revert "Include `-m` flag in `docker run` call to limit memory per container"
This commit is contained in:
Radon Rosborough 2021-07-26 20:21:58 -07:00 committed by GitHub
commit ea7a9ba4ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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",