Commit 4b1e82575db41ad4527e11337e9ae41411534e32
1 parent
6a40bd062a
Exists in
master
and in
4 other branches
Run kibana on port 5611
Instead of using the default 5601 port. This is because something else seems to be running on port 5601 on the dev server.
Showing 1 changed file with 3 additions and 1 deletions
docker-compose-jfrog.yml
View file @
4b1e825
... | ... | @@ -54,7 +54,9 @@ |
54 | 54 | image: registry.curex-project.eu:443/curex-local/kea_kibana:7.6.2 |
55 | 55 | container_name: kea_kibana |
56 | 56 | restart: unless-stopped |
57 | - | |
57 | + ports: | |
58 | + - "5611:5601" | |
59 | + | |
58 | 60 | #Controller |
59 | 61 | webserver: |
60 | 62 | image: registry.curex-project.eu:443/curex-local/kea_webserver:1.19 |