Skip to content
Snippets Groups Projects
Commit 9113cd5f authored by Manuel Kieweg's avatar Manuel Kieweg
Browse files

change container ports

parent 61fcb6a7
No related branches found
No related tags found
1 merge request!90Develop
Pipeline #67435 passed
...@@ -9,19 +9,10 @@ resource "docker_container" "gosdn" { ...@@ -9,19 +9,10 @@ resource "docker_container" "gosdn" {
name = "bridge" name = "bridge"
} }
ports {
internal = 55055
external = 5555
}
ports { ports {
internal = 8080 internal = 8080
external = 8080 external = 8080
} }
env = [
"GOSDN_LOG=debug",
]
} }
# create arista container # create arista container
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment