mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 20:35:25 +02:00
fix(extension): change ports to reduce conflicts [EE-3211] (#7596)
This commit is contained in:
parent
fdfebcf731
commit
dd1662c8b8
2 changed files with 3 additions and 3 deletions
|
@ -12,7 +12,7 @@
|
|||
<script>
|
||||
if (window.origin == 'file://') {
|
||||
// we are loading the app from a local file as in docker extension
|
||||
document.getElementById('base').href = 'http://localhost:9000/';
|
||||
document.getElementById('base').href = 'http://localhost:49000/';
|
||||
|
||||
window.ddExtension = true;
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue