Removed socket bones

This commit is contained in:
2024-01-03 18:06:34 +01:00
parent 8eed734ad0
commit f0e7df29a8
2 changed files with 0 additions and 4 deletions

View File

@@ -21,7 +21,6 @@
- name: central_mariadb_network
volumes:
- central_mariadb_database:/var/lib/mysql
- central_mariadb_socket:/var/run/mysqld
published_ports:
- "127.0.0.1:3306:3306" # can be that this will be removed if all applications use sockets
command: "--transaction-isolation=READ-COMMITTED --binlog-format=ROW" #for nextcloud