1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-19 05:19:39 +02:00

fix(extension): change ports to reduce conflicts [EE-3211] (#7596)

This commit is contained in:
itsconquest 2022-09-13 11:03:37 +12:00 committed by GitHub
parent fdfebcf731
commit dd1662c8b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -12,7 +12,7 @@
<script> <script>
if (window.origin == 'file://') { if (window.origin == 'file://') {
// we are loading the app from a local file as in docker extension // 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; window.ddExtension = true;
} else { } else {

View file

@ -13,7 +13,7 @@ services:
- /var/run/docker.sock:/var/run/docker.sock:ro - /var/run/docker.sock:/var/run/docker.sock:ro
- portainer_data:/data - portainer_data:/data
ports: ports:
- 127.0.0.1:9000:9000 - 127.0.0.1:49000:9000
- 127.0.0.1:9443:9443 - 127.0.0.1:49443:9443
volumes: volumes:
portainer_data: portainer_data: