fix: listening on port 8081 + deployer
This commit is contained in:
parent
9318d0a9a0
commit
0482ec9f7f
@@ -25,7 +25,7 @@ services:
|
||||
ports:
|
||||
# HTTP
|
||||
- target: 80
|
||||
published: ${HTTP_PORT:-80}
|
||||
published: ${HTTP_PORT:-8081}
|
||||
protocol: tcp
|
||||
# HTTPS
|
||||
- target: 443
|
||||
|
||||
Reference in New Issue
Block a user