Add MariaDB to Docker Compose file #81

Closed
opened 2026-08-01 23:03:16 +00:00 by luca0N · 1 comment
Owner

Now that #26 has been closed, the MariaDB Docker image can be added to the sample Docker Compose file provided in the repository.

Now that #26 has been closed, the MariaDB Docker image can be added to the sample Docker Compose file provided in the repository.
Author
Owner

The way the server container will communicate with the MariaDB database is a problem because the server container is always expected to run with the host network mode. Either the MariaDB container will have to have its TCP port exposed to the host (so that the server may reach it), or *NIX socket support will have to be implemented in the server.

The way the server container will communicate with the MariaDB database is a problem because the server container is always expected to run with the `host` network mode. Either the MariaDB container will have to have its TCP port exposed to the host (so that the server may reach it), or *NIX socket support will have to be implemented in the server.
luca0N added this to the v1.0.0 project 2026-08-01 23:06:28 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
luca0N/lanbassador#81
No description provided.