It seems seccomp:unconfined is not optional

This commit is contained in:
slashtechno 2023-11-12 13:56:15 -06:00
parent 34b0b3805d
commit 89bf8b0e37
Signed by: slashtechno
GPG Key ID: 8EC1D9D9286C2B17
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@ services:
context: . context: .
dockerfile: Dockerfile dockerfile: Dockerfile
container_name: logseq container_name: logseq
# security_opt: security_opt:
# - seccomp:unconfined #optional - seccomp:unconfined #optional
environment: environment:
# Recommended to set PUID and PGID to avoid permission issues. You can use `id` to get your uid and gid. # Recommended to set PUID and PGID to avoid permission issues. You can use `id` to get your uid and gid.
- PUID=1000 - PUID=1000