Podman: Re-add "security_opt" to mariadb config in docker-compose.yml

This has been re-enabled by default after we received problem reports
that seem to be related to this option.

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2023-12-19 17:51:09 +01:00
parent b60d633c65
commit ef776a1a46

View file

@ -112,9 +112,9 @@ services:
image: mariadb:10.11
container_name: mariadb
## "security_opt" specifies options for kernel security modules, it can be omitted if it is not needed or supported:
# security_opt:
# - seccomp:unconfined
# - apparmor:unconfined
security_opt:
- seccomp:unconfined
- apparmor:unconfined
## "user" starts the service with a specific non-root user and group ID (optional):
# user: 1000:1000
## --lower-case-table-names=1 stores tables in lowercase and compares names in a case-insensitive manner: