mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
[fix] Correct mysql port
This commit is contained in:
@@ -85,7 +85,7 @@ so-mysql:
|
|||||||
- watch:
|
- watch:
|
||||||
- /opt/so/conf/mysql/etc
|
- /opt/so/conf/mysql/etc
|
||||||
cmd.run:
|
cmd.run:
|
||||||
- name: until nc -z {{ MASTERIP }} 3036; do sleep 1; done
|
- name: until nc -z {{ MASTERIP }} 3306; do sleep 1; done
|
||||||
- timeout: 360
|
- timeout: 360
|
||||||
- onchanges:
|
- onchanges:
|
||||||
- docker_container: so-mysql
|
- docker_container: so-mysql
|
||||||
|
|||||||
Reference in New Issue
Block a user