This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| heimdall [2021/08/28 10:16] – [docker-compose.yml] alexk7110 | heimdall [2025/08/19 14:41] (current) – removed alexk7110 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Heimdall Troubleshooting ====== | ||
| - | It seems like this app had a hassle free install and I don't have any tips so far. | ||
| - | Just stick to the plan. | ||
| - | |||
| - | ===== docker-compose.yml ===== | ||
| - | <code yaml docker-compose.yml> | ||
| - | services: | ||
| - | heimdall: | ||
| - | image: ghcr.io/ | ||
| - | container_name: | ||
| - | environment: | ||
| - | - PUID=1000 | ||
| - | - PGID=1000 | ||
| - | - TZ=Europe/ | ||
| - | volumes: | ||
| - | - ${PWD}/ | ||
| - | ports: | ||
| - | - 10080:80 | ||
| - | - 10443:443 | ||
| - | restart: unless-stopped | ||
| - | | ||
| - | version: " | ||
| - | </ | ||