mirror of
https://github.com/photoprism/photoprism.git
synced 2026-01-23 02:24:24 +00:00
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
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue