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