mirror of https://github.com/portainer/portainer
fix(extension): change ports to reduce conflicts [EE-3211] (#7596)
parent
fdfebcf731
commit
dd1662c8b8
|
@ -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 {
|
||||
|
|
|
@ -13,7 +13,7 @@ services:
|
|||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
- portainer_data:/data
|
||||
ports:
|
||||
- 127.0.0.1:9000:9000
|
||||
- 127.0.0.1:9443:9443
|
||||
- 127.0.0.1:49000:9000
|
||||
- 127.0.0.1:49443:9443
|
||||
volumes:
|
||||
portainer_data:
|
||||
|
|
Loading…
Reference in New Issue