fix: moved no-new-privileges setting in docker-compose back to correct settign

This commit is contained in:
Ken Snyder
2022-02-09 10:37:39 -08:00
parent 6fd1af7fc4
commit cf85aece9a
2 changed files with 3 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
# SPDX-License-Identifier: MIT
name: Prepare Environment
description: installs pnpm, installs all deps in each package
description: installs pnpm, all npm deps, and builds CLI and NPM exports
runs:
using: "composite"
@@ -13,6 +13,7 @@ runs:
uses: actions/setup-node@v2
with:
node-version: 16
# - name: Cache pnpm modules
# shell: bash
# uses: pnpm/action-setup@v2

View File

@@ -22,7 +22,7 @@ services:
- 2222:22
restart: unless-stopped
security_opt:
- no-new-priviledges:true
- no-new-privileges:true
volumes:
- search_db:/home/db