Hardcoded exposed port
This commit is contained in:
@@ -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}"
|
||||||
|
|||||||
Reference in New Issue
Block a user