Take mysql off wesher network

This commit is contained in:
IamTheFij 2023-06-20 09:44:21 -07:00
parent 2df43584cf
commit 8b0495c6c8
1 changed files with 2 additions and 5 deletions

View File

@ -17,13 +17,10 @@ job "mysql-server" {
mode = "bridge"
port "db" {
to = 3306
host_network = "wesher"
static = 3306
}
port "tls" {
host_network = "wesher"
}
port "tls" {}
}
volume "mysql-data" {