Skip to content
Snippets Groups Projects
Commit 398879d4 authored by Andreas Alvarsson's avatar Andreas Alvarsson
Browse files

Merge branch 'mysql' into 'production'

Bind to 0.0.0.0 instead

See merge request !5
parents ffc1ceb3 294a0b55
No related branches found
No related tags found
1 merge request!2Merge till Production
...@@ -131,7 +131,8 @@ class skadereg { ...@@ -131,7 +131,8 @@ class skadereg {
}, },
override_options => { override_options => {
mysqld => { mysqld => {
port => 33060 'bind-address' => '0.0.0.0',
port => 33060,
} }
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment