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