change default devicehub port
being used by the CI/CD webhook gitea helper :)
This commit is contained in:
parent
74501a4a10
commit
4c1731413e
|
@ -90,7 +90,7 @@ services:
|
||||||
- CONFIG_OIDC=n
|
- CONFIG_OIDC=n
|
||||||
- IMPORT_SNAPSHOTS=n
|
- IMPORT_SNAPSHOTS=n
|
||||||
ports:
|
ports:
|
||||||
- 5000:5000
|
- 5500:5000
|
||||||
volumes:
|
volumes:
|
||||||
- devicehub:/opt/devicehub:rw
|
- devicehub:/opt/devicehub:rw
|
||||||
|
|
||||||
|
|
Reference in New Issue