diff --git a/docker-compose.yml b/docker-compose.yml index 74290df..3d9b933 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -25,7 +25,7 @@ services: command: tunnel --hostname mc-tunnel.sksat.net --url tcp://paper:25565 --loglevel info db: - image: mysql:8.0.27 + image: mariadb:10.7.1 command: --default-authentication-plugin=mysql_native_password ports: - 3306:3306