change docker bip to gateway

This commit is contained in:
m0duspwnens
2023-07-24 13:38:14 -04:00
parent 9bda01bd29
commit 00483018ca
5 changed files with 6 additions and 6 deletions

View File

@@ -43,7 +43,7 @@ so-mysql:
- {{ BINDING }}
{% endfor %}
- environment:
- MYSQL_ROOT_HOST={{ GLOBALS.so_docker_bip }}
- MYSQL_ROOT_HOST={{ GLOBALS.so_docker_gateway }}
- MYSQL_ROOT_PASSWORD=/etc/mypass
{% if DOCKER.containers['so-mysql'].extra_env %}
{% for XTRAENV in DOCKER.containers['so-mysql'].extra_env %}