mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 01:32:47 +01:00
[fix] Test for 3306 on MASTERIP, not localhost
This commit is contained in:
@@ -85,8 +85,8 @@ so-mysql:
|
|||||||
- watch:
|
- watch:
|
||||||
- /opt/so/conf/mysql/etc
|
- /opt/so/conf/mysql/etc
|
||||||
cmd.run:
|
cmd.run:
|
||||||
- name: until nc -z localhost 3036; do sleep 1; done
|
- name: until nc -z {{ MASTERIP }} 3036; do sleep 1; done
|
||||||
- timeout: 120
|
- timeout: 360
|
||||||
- onchanges:
|
- onchanges:
|
||||||
- docker_container: so-mysql
|
- docker_container: so-mysql
|
||||||
{% endif %}
|
{% endif %}
|
||||||
Reference in New Issue
Block a user