MariaDB: Upgrade version in config examples from 10.11 to 11.0 #3962
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
ef776a1a46
commit
e01b027956
10 changed files with 11 additions and 11 deletions
|
@ -146,7 +146,7 @@ services:
|
|||
## MariaDB Database Server
|
||||
## Docs: https://mariadb.com/docs/reference/
|
||||
mariadb:
|
||||
image: mariadb:10.11
|
||||
image: mariadb:11.0
|
||||
security_opt: # see https://github.com/MariaDB/mariadb-docker/issues/434#issuecomment-1136151239
|
||||
- seccomp:unconfined
|
||||
- apparmor:unconfined
|
||||
|
|
|
@ -129,7 +129,7 @@ services:
|
|||
## Docs: https://mariadb.com/docs/reference/
|
||||
## Release Notes: https://mariadb.com/kb/en/changes-improvements-in-mariadb-1011/
|
||||
mariadb:
|
||||
image: mariadb:10.11
|
||||
image: mariadb:11.0
|
||||
security_opt: # see https://github.com/MariaDB/mariadb-docker/issues/434#issuecomment-1136151239
|
||||
- seccomp:unconfined
|
||||
- apparmor:unconfined
|
||||
|
|
|
@ -179,7 +179,7 @@ services:
|
|||
## see https://docs.photoprism.app/getting-started/proxies/traefik/
|
||||
traefik:
|
||||
restart: always
|
||||
image: traefik:v2.9
|
||||
image: traefik:v2.10
|
||||
container_name: traefik
|
||||
ports:
|
||||
- "80:80"
|
||||
|
@ -196,7 +196,7 @@ services:
|
|||
## Database Server (recommended)
|
||||
## see https://docs.photoprism.app/getting-started/faq/#should-i-use-sqlite-mariadb-or-mysql
|
||||
mariadb:
|
||||
image: mariadb:10.11
|
||||
image: mariadb:11.0
|
||||
container_name: mariadb
|
||||
restart: always
|
||||
stop_grace_period: 5s
|
||||
|
|
|
@ -109,7 +109,7 @@ services:
|
|||
## Database Server (recommended)
|
||||
## see https://docs.photoprism.app/getting-started/faq/#should-i-use-sqlite-mariadb-or-mysql
|
||||
mariadb:
|
||||
image: mariadb:10.11
|
||||
image: mariadb:11.0
|
||||
## 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
|
||||
|
|
|
@ -86,7 +86,7 @@ services:
|
|||
## Database Server (recommended)
|
||||
## see https://docs.photoprism.app/getting-started/faq/#should-i-use-sqlite-mariadb-or-mysql
|
||||
mariadb:
|
||||
image: mariadb:10.11
|
||||
image: mariadb:11.0
|
||||
restart: unless-stopped
|
||||
stop_grace_period: 5s
|
||||
security_opt: # see https://github.com/MariaDB/mariadb-docker/issues/434#issuecomment-1136151239
|
||||
|
|
|
@ -112,7 +112,7 @@ services:
|
|||
## Database Server (recommended)
|
||||
## see https://docs.photoprism.app/getting-started/faq/#should-i-use-sqlite-mariadb-or-mysql
|
||||
mariadb:
|
||||
image: mariadb:10.11
|
||||
image: mariadb:11.0
|
||||
## 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
|
||||
|
|
|
@ -25,7 +25,7 @@ services:
|
|||
- "./storage:/photoprism/storage" # *Writable* storage folder for cache, database, and sidecar files (DO NOT REMOVE)
|
||||
|
||||
mariadb:
|
||||
image: mariadb:10.11
|
||||
image: mariadb:11.0
|
||||
## 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
|
||||
|
|
|
@ -95,7 +95,7 @@ services:
|
|||
## Database Server (recommended)
|
||||
## see https://docs.photoprism.app/getting-started/faq/#should-i-use-sqlite-mariadb-or-mysql
|
||||
mariadb:
|
||||
image: mariadb:10.11
|
||||
image: mariadb:11.0
|
||||
container_name: mariadb
|
||||
restart: unless-stopped
|
||||
stop_grace_period: 5s
|
||||
|
|
|
@ -92,7 +92,7 @@ services:
|
|||
## Database Server (recommended)
|
||||
## see https://docs.photoprism.app/getting-started/faq/#should-i-use-sqlite-mariadb-or-mysql
|
||||
mariadb:
|
||||
image: mariadb:10.11
|
||||
image: mariadb:11.0
|
||||
## 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
|
||||
|
|
|
@ -109,7 +109,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.11
|
||||
image: mariadb:11.0
|
||||
container_name: mariadb
|
||||
## "security_opt" specifies options for kernel security modules, it can be omitted if it is not needed or supported:
|
||||
security_opt:
|
||||
|
|
Loading…
Reference in a new issue