fix: change default external port from 8080 to 8081 to avoid conflict with slides-nginx
Deploy PR-Helper / deploy (push) Successful in 3m11s
Deploy PR-Helper / deploy (push) Successful in 3m11s
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@ services:
|
|||||||
pr-helper:
|
pr-helper:
|
||||||
build: .
|
build: .
|
||||||
ports:
|
ports:
|
||||||
- "${PORT:-8080}:8080"
|
- "${PORT:-8081}:8080"
|
||||||
volumes:
|
volumes:
|
||||||
- pr-helper-data:/app/data
|
- pr-helper-data:/app/data
|
||||||
env_file:
|
env_file:
|
||||||
|
|||||||
Reference in New Issue
Block a user