mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 17:01:16 +00:00
Update docker to use mariadb 12.3
This commit is contained in:
@@ -67,7 +67,7 @@ services:
|
||||
command: >
|
||||
sh -c "while [ true ]; do php artisan schedule:run; sleep 60; done"
|
||||
mariadb:
|
||||
image: 'mariadb:11'
|
||||
image: 'mariadb:12.3'
|
||||
ports:
|
||||
- '${FORWARD_DB_PORT:-3306}:3306'
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user