Files
midnight_season_1_tanking_s…/docker-compose.yml
Daniel Tomlinson f8e3b3c9e6 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.
2026-03-22 05:24:53 +00:00

7 lines
89 B
YAML

services:
app:
build: .
ports:
- "8012:8080"
restart: unless-stopped