Removed socket bones

This commit is contained in:
Kevin Veen-Birkenbach 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

View File

@ -1,8 +1,5 @@
# This needs to be included in docker-compose.yml which just contain a database volume
#volumes:
{% if not enable_central_database | bool %}
volumes:
database:
#{% else %}
# mariadb_socket:
{% endif %}