Updates application host port mapping

Changes the Docker Compose configuration to expose the application service on host port 8012. This adjusts the external access point, while the application continues to run internally on port 8080.
This commit is contained in:
2026-03-22 05:24:53 +00:00
parent ef6e94958a
commit f8e3b3c9e6

View File

@@ -2,5 +2,5 @@ services:
app:
build: .
ports:
- "8080:8080"
- "8012:8080"
restart: unless-stopped