Skip to content

Commit

Permalink
edited docker-compose to support different platform
Browse files Browse the repository at this point in the history
  • Loading branch information
edro15 committed Aug 20, 2024
1 parent 5c09664 commit d4c5e18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ services:

splunk:
image: "splunk/splunk:9.1.3"
platform: "linux/amd64"
container_name: splunk4viz
volumes:
# Mount a volume from your local app to the remote /etc/apps
Expand Down

0 comments on commit d4c5e18

Please sign in to comment.