Solved authentification bug and added draft for socket

This commit is contained in:
2024-01-03 18:01:58 +01:00
parent 27b5b3a74b
commit 8eed734ad0
4 changed files with 26 additions and 14 deletions

View File

@@ -1,5 +1,8 @@
# 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 %}