mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Keep mysql on latest.
This commit is contained in:
parent
8f6ea6a73f
commit
4b87e5be55
@ -1,7 +1,7 @@
|
||||
version: '2'
|
||||
services:
|
||||
firefly-db:
|
||||
image: 'mysql:8'
|
||||
image: mysql:latest
|
||||
environment:
|
||||
- MYSQL_DATABASE=firefly_db
|
||||
- MYSQL_USER=firefly_db
|
||||
|
@ -2,7 +2,7 @@ version: '2'
|
||||
|
||||
services:
|
||||
firefly-db:
|
||||
image: mysql:8
|
||||
image: mysql:latest
|
||||
environment:
|
||||
- MYSQL_DATABASE=firefly_db
|
||||
- MYSQL_USER=firefly_db
|
||||
|
Loading…
Reference in New Issue
Block a user