Skip to content

Commit

Permalink
Use the right Dashbaord for OS 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
supersven committed Oct 9, 2024
1 parent dbd02d4 commit 5e111fc
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions deploy/dockerephemeral/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -239,16 +239,12 @@ services:
- demo_wire

opensearch-dashboard:
image: opensearchproject/opensearch-dashboards:latest
image: opensearchproject/opensearch-dashboards:1
container_name: opensearch-dashboards
ports:
- 5601:5601
expose:
- "5601"
# environment:
# - "OPENSEARCH_HOSTS: '[\"https://opensearch:9200\"]'"
# - "OPENSEARCH_USERNAME=elastic"
# - "OPENSEARCH_PASSWORD=changeme"
volumes:
- ./docker/opensearch_dashboards.yml:/usr/share/opensearch-dashboards/config/opensearch_dashboards.yml
networks:
Expand Down

0 comments on commit 5e111fc

Please sign in to comment.