Skip to content

Commit eb36c58

Browse files
authored
Upgrade MariaDB image to version 11
Update to match pterodactyl/panel@a5e278e
1 parent 4795716 commit eb36c58

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

classic-docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ x-common:
3434
#
3535
services:
3636
database:
37-
image: mariadb:10.5
37+
image: mariadb:11
3838
restart: always
3939
command: --default-authentication-plugin=mysql_native_password
4040
volumes:
@@ -73,6 +73,7 @@ services:
7373
REDIS_HOST: "cache"
7474
DB_HOST: "database"
7575
DB_PORT: "3306"
76+
HASHIDS_LENGTH: 8
7677
networks:
7778
default:
7879
ipam:

0 commit comments

Comments
 (0)