Skip to content

Commit ecd766b

Browse files
committed
Re-add env variable override option for the amp-manager port.
1 parent 5ba1186 commit ecd766b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ services:
285285
dockerfile: anms.Containerfile
286286
target: amp-manager
287287
ports:
288-
- "8089:8089/tcp"
288+
- "${ION_MGR_PORT:-8089}:8089/tcp"
289289
depends_on:
290290
postgres:
291291
condition: service_healthy

0 commit comments

Comments
 (0)