Skip to content

0.9.1 using external MariaDB/MySQL #76

Answered by ckulka
LairdTurner asked this question in Q&A
Discussion options

You must be logged in to vote

Hmm, based on https://stackoverflow.com/a/48547074 that IP address should work, but double check with the following commands if the IP address is the correct one. The following assumes that you use the default bridge network mode (see "DRIVER" column):

# Lists all networks, only the "bridge" ones are important
$ docker network ls
NETWORK ID     NAME               DRIVER    SCOPE
71ea53e8e769   bridge             bridge    local
9fda14c20e2b   baikal_default     bridge    local
268e9280dbb5   host               host      local
f348769d07z8   none               null      local

If you use Docker Compose, then use the network with the folder name (or the name you gave it), otherwise use bridge.

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@ckulka
Comment options

Answer selected by ckulka
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@ckulka
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants