mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-26 16:23:16 +00:00
Merge pull request #1205 from Shleeble/patch-2
Updated docker-compose.yml to use latest MySQL 8
This commit is contained in:
commit
a996bafcf0
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ services:
|
||||||
command: gosu www-data php artisan horizon
|
command: gosu www-data php artisan horizon
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: mysql:5.7
|
image: mysql:8.0
|
||||||
networks:
|
networks:
|
||||||
- internal
|
- internal
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in a new issue