"Changed Port to 8089"
This commit is contained in:
@@ -31,7 +31,8 @@ services:
|
||||
pull_policy: build
|
||||
container_name: EDGE
|
||||
ports:
|
||||
- "8088:8088"
|
||||
# host 8088 already held by buildathon-ignition; EDGE's gateway is reachable at :8089 on the host
|
||||
- "8089:8088"
|
||||
|
||||
environment:
|
||||
ACCEPT_IGNITION_EULA: "Y"
|
||||
@@ -52,7 +53,7 @@ services:
|
||||
-n FW-DST-SEN
|
||||
-m 512
|
||||
-a gateway.localtest.me
|
||||
-h 8088
|
||||
-h 8089
|
||||
-s 8043
|
||||
volumes:
|
||||
|
||||
@@ -76,7 +77,8 @@ services:
|
||||
MARIADB_PASSWORD: ignition
|
||||
ports:
|
||||
# localhost only, for inspecting with a SQL client
|
||||
- "127.0.0.1:3306:3306"
|
||||
# (3306 remapped to 3307 on the host — buildathon-db already holds 3306)
|
||||
- "127.0.0.1:3307:3306"
|
||||
volumes:
|
||||
- db-data-EDGE:/var/lib/mysql
|
||||
healthcheck:
|
||||
|
||||
Reference in New Issue
Block a user