From 89bf8b0e37d46804c5f4c4885ebc0dfa04320879 Mon Sep 17 00:00:00 2001 From: slashtechno <77907286+slashtechno@users.noreply.github.com> Date: Sun, 12 Nov 2023 13:56:15 -0600 Subject: [PATCH] It seems seccomp:unconfined is not optional --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 2e5b033..030bdc5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,8 +5,8 @@ services: context: . dockerfile: Dockerfile container_name: logseq - # security_opt: - # - seccomp:unconfined #optional + security_opt: + - seccomp:unconfined #optional environment: # Recommended to set PUID and PGID to avoid permission issues. You can use `id` to get your uid and gid. - PUID=1000