mirror of https://github.com/portainer/portainer
feat(extension): remove unused port [EE-3152] (#7075)
parent
b84e1c8550
commit
557f4773cf
|
@ -13,7 +13,6 @@ 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:8000:8000
|
|
||||||
- 127.0.0.1:9000:9000
|
- 127.0.0.1:9000:9000
|
||||||
- 127.0.0.1:9443:9443
|
- 127.0.0.1:9443:9443
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in New Issue