@@ -47,8 +47,8 @@ services:
command: [ '--default-authentication-plugin=mysql_native_password', '--character-set-server=utf8mb4', '--collation-server=utf8mb4_unicode_ci']
ports:
- "3306:3306"
- expose:
- - "3306"
+ expose:
+ - "3306"
volumes:
- /data/walle/mysql:/var/lib/mysql
networks: