Hardcoded exposed port

This commit is contained in:
Khwezi
2026-04-11 14:14:20 +02:00
parent cfeabcb338
commit 1444a097b7

View File

@@ -4,7 +4,7 @@ services:
container_name: semaphore
restart: unless-stopped
ports:
- "{PORT}:3000"
- "4011:3000"
environment:
# Database Connection (External)
SEMAPHORE_DB_USER: "{SEMAPHORE_DB_USER}"