mirror of
https://github.com/portainer/portainer.git
synced 2025-07-18 21:09:40 +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
|
@ -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…
Add table
Add a link
Reference in a new issue