mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-22 12:41:05 +01:00
Removed socket bones
This commit is contained in:
parent
3af533a17c
commit
a48a0d8f92
@ -21,7 +21,6 @@
|
|||||||
- name: central_mariadb_network
|
- name: central_mariadb_network
|
||||||
volumes:
|
volumes:
|
||||||
- central_mariadb_database:/var/lib/mysql
|
- central_mariadb_database:/var/lib/mysql
|
||||||
- central_mariadb_socket:/var/run/mysqld
|
|
||||||
published_ports:
|
published_ports:
|
||||||
- "127.0.0.1:3306:3306" # can be that this will be removed if all applications use sockets
|
- "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
|
command: "--transaction-isolation=READ-COMMITTED --binlog-format=ROW" #for nextcloud
|
||||||
|
@ -1,8 +1,5 @@
|
|||||||
# This needs to be included in docker-compose.yml which just contain a database volume
|
# This needs to be included in docker-compose.yml which just contain a database volume
|
||||||
#volumes:
|
|
||||||
{% if not enable_central_database | bool %}
|
{% if not enable_central_database | bool %}
|
||||||
volumes:
|
volumes:
|
||||||
database:
|
database:
|
||||||
#{% else %}
|
|
||||||
# mariadb_socket:
|
|
||||||
{% endif %}
|
{% endif %}
|
Loading…
Reference in New Issue
Block a user