Browse Source

fix ports

main
matthew 2 years ago
parent
commit
31a18d1ee1
  1. 8
      docker-compose.yml

8
docker-compose.yml

@ -15,12 +15,12 @@ services:
environment: environment:
- xpack.security.enabled=false - xpack.security.enabled=false
- "discovery.type=single-node" - "discovery.type=single-node"
ports: # ports:
- 9200:9200 # - 9200:9200
influxdb: influxdb:
image: influxdb:2.4-alpine image: influxdb:2.4-alpine
ports: # ports:
- '8086:8086' # - '8086:8086'
volumes: volumes:
- influxdb-storage:/var/lib/influxdb - influxdb-storage:/var/lib/influxdb
env_file: ./searching-front/.env.local env_file: ./searching-front/.env.local

Loading…
Cancel
Save