env_ext_port

This commit is contained in:
2026-01-09 22:20:53 +01:00
committed by GitHub
parent a6b3a67175
commit 807db246fd

View File

@@ -5,7 +5,7 @@ services:
build: . build: .
restart: always restart: always
ports: ports:
- "8080:80" - "${EXT_PORT}:80"
depends_on: depends_on:
- backend - backend