Skip to content

Documentation for running via docker-compose is incorrect #5

@akinnee

Description

@akinnee

Based on the command generated by go.sh, the docker-compose file should look like this:

version: "3"

services:
  splunk-network-health-check:
    image: dmuth1/splunk-network-health-check
    restart: "unless-stopped"
    privileged: true
    volumes:
      - ./splunk-data:/data
      - ./user-prefs.conf:/opt/splunk/etc/users/admin/user-prefs/local/user-prefs.conf
    ports:
      - 8000:8000
    environment:
      TARGETS: "google.com,8.8.8.8,1.1.1.1"
      SPLUNK_START_ARGS: "--accept-license"
      SPLUNK_PASSWORD: "password1"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions