Restrict mysql to version 8 due to issues upgrading Gitea
This commit is contained in:
parent
a393463707
commit
c64cb4276d
@ -33,7 +33,7 @@ services:
|
||||
depends_on:
|
||||
- db
|
||||
db:
|
||||
image: mysql:latest
|
||||
image: mysql:8
|
||||
container_name: gitea-db
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
|
Loading…
Reference in New Issue
Block a user