Skip to content

Commit c61053e

Browse files
palkerecsenyizzacharo
authored andcommitted
fix(setup): incorrect expose for docker compose OS dashboard
1 parent aecab49 commit c61053e

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

docker-services.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,6 @@ services:
112112
image: opensearchproject/opensearch-dashboards:2
113113
ports:
114114
- "${DOCKER_SERVICES_IP_BIND:-127.0.0.1}:5601:5601"
115-
expose:
116-
- "${DOCKER_SERVICES_IP_BIND:-127.0.0.1}:5601"
117115
environment:
118116
# settings only for development. DO NOT use in production!
119117
- 'OPENSEARCH_HOSTS=["http://search:9200"]'

0 commit comments

Comments
 (0)