Compare commits

...

2 Commits

Author SHA1 Message Date
582263ce05 Merge pull request 'Hardcoded exposed port' (#4) from dev into main
Reviewed-on: #4
2026-04-11 14:15:21 +02:00
Khwezi
1444a097b7 Hardcoded exposed port 2026-04-11 14:14:20 +02:00

View File

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