Fix SELinux errors in dev environment
Before this patch running `ls` inside the `photoprism_1` container returned EACCES.
This commit is contained in:
parent
735f3d1186
commit
bff38c663b
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ services:
|
|||
security_opt:
|
||||
- seccomp:unconfined
|
||||
- apparmor:unconfined
|
||||
privileged: true
|
||||
ports:
|
||||
- "2342:2342" # Default HTTP port (host:container)
|
||||
- "2443:2443" # Default TLS port (host:container)
|
||||
|
|
Loading…
Add table
Reference in a new issue