It seems seccomp:unconfined is not optional
This commit is contained in:
parent
34b0b3805d
commit
89bf8b0e37
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue