Fix SELinux errors in dev environment

Before this patch running `ls` inside the `photoprism_1` container
returned EACCES.
This commit is contained in:
AJ Jordan 2023-09-18 00:54:24 -04:00
parent 735f3d1186
commit bff38c663b

View file

@ -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)