Skip to content

Instantly share code, notes, and snippets.

@TheTinkerDad
Created October 17, 2020 01:00
Show Gist options
  • Save TheTinkerDad/f29058bcdec6a7b2a47af331978a203b to your computer and use it in GitHub Desktop.
Save TheTinkerDad/f29058bcdec6a7b2a47af331978a203b to your computer and use it in GitHub Desktop.
Super-simple Docker Compose configuration for running Heimdall
version: "2.0"
volumes:
heimdall-data:
services:
heimdall:
image: linuxserver/heimdall:latest
ports:
- 9999:80
environment:
- TZ=Europe/Budapest
volumes:
- heimdall-data:/config
restart: always
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment