Add MariaDB to Docker Compose file #81
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
luca0N/lanbassador#81
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Now that #26 has been closed, the MariaDB Docker image can be added to the sample Docker Compose file provided in the repository.
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
hostnetwork 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.