MariaDB: Upgrade docker-compose.yml examples from v10.8 to v10.9

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2022-10-04 02:02:01 +02:00
parent d5e8904790
commit 5fe560f7e7
9 changed files with 11 additions and 10 deletions

View file

@ -142,7 +142,7 @@ services:
## MariaDB Database Server
## Docs: https://mariadb.com/docs/reference/
mariadb:
image: mariadb:10.8
image: mariadb:10.9
security_opt: # see https://github.com/MariaDB/mariadb-docker/issues/434#issuecomment-1136151239
- seccomp:unconfined
- apparmor:unconfined

View file

@ -106,8 +106,9 @@ services:
## MariaDB Database Server
## Docs: https://mariadb.com/docs/reference/
## Release Notes: https://mariadb.com/kb/en/changes-improvements-in-mariadb-109/
mariadb:
image: mariadb:10.8
image: mariadb:10.9
security_opt: # see https://github.com/MariaDB/mariadb-docker/issues/434#issuecomment-1136151239
- seccomp:unconfined
- apparmor:unconfined
@ -143,7 +144,7 @@ services:
## Login: user / photoprism
## Admin: admin / photoprism
keycloak:
image: quay.io/keycloak/keycloak:18.0
image: quay.io/keycloak/keycloak:19.0
command: "start-dev" # development mode, do not use this in production!
links:
- "traefik:app.localssl.dev"

View file

@ -12,7 +12,7 @@ single-arch ARM64 images (updated and tested less frequently):
Stable Release : photoprism/photoprism:arm64
Development Preview: photoprism/photoprism:preview-arm64
MariaDB : arm64v8/mariadb:10.8
MariaDB : arm64v8/mariadb:10.9
If your device meets the system requirements, mostly the same installation instructions
as for regular Linux servers apply:

View file

@ -117,7 +117,7 @@ services:
## If MariaDB gets stuck in a restart loop, this points to a memory or filesystem issue:
## https://docs.photoprism.app/getting-started/troubleshooting/#fatal-server-errors
restart: unless-stopped
image: arm64v8/mariadb:10.8 # ARM64 IMAGE ONLY, DOES NOT WORK ON ARMv7, AMD or Intel
image: arm64v8/mariadb:10.9 # ARM64 IMAGE ONLY, DOES NOT WORK ON ARMv7, AMD or Intel
security_opt:
- seccomp:unconfined
- apparmor:unconfined

View file

@ -187,7 +187,7 @@ services:
## see https://docs.photoprism.app/getting-started/faq/#should-i-use-sqlite-mariadb-or-mysql
mariadb:
restart: always
image: mariadb:10.8
image: mariadb:10.9
container_name: mariadb
security_opt:
- seccomp:unconfined

View file

@ -116,7 +116,7 @@ services:
## If MariaDB gets stuck in a restart loop, this points to a memory or filesystem issue:
## https://docs.photoprism.app/getting-started/troubleshooting/#fatal-server-errors
restart: unless-stopped
image: mariadb:10.8
image: mariadb:10.9
security_opt: # see https://github.com/MariaDB/mariadb-docker/issues/434#issuecomment-1136151239
- seccomp:unconfined
- apparmor:unconfined

View file

@ -90,7 +90,7 @@ services:
## see https://docs.photoprism.app/getting-started/faq/#should-i-use-sqlite-mariadb-or-mysql
mariadb:
restart: unless-stopped
image: mariadb:10.8
image: mariadb:10.9
security_opt: # see https://github.com/MariaDB/mariadb-docker/issues/434#issuecomment-1136151239
- seccomp:unconfined
- apparmor:unconfined

View file

@ -101,7 +101,7 @@ services:
## see https://docs.photoprism.app/getting-started/faq/#should-i-use-sqlite-mariadb-or-mysql
mariadb:
restart: unless-stopped
image: mariadb:10.8
image: mariadb:10.9
container_name: mariadb
security_opt:
- seccomp:unconfined

View file

@ -96,7 +96,7 @@ services:
## If MariaDB gets stuck in a restart loop, this points to a memory or filesystem issue:
## https://docs.photoprism.app/getting-started/troubleshooting/#fatal-server-errors
restart: unless-stopped
image: mariadb:10.8
image: mariadb:10.9
security_opt: # see https://github.com/MariaDB/mariadb-docker/issues/434#issuecomment-1136151239
- seccomp:unconfined
- apparmor:unconfined