This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
heimdall [2021/08/28 10:12] – [docker-compose.yml] alexk7110 | heimdall [2021/08/28 10:32] (current) – [docker-compose.yml] alexk7110 | ||
---|---|---|---|
Line 5: | Line 5: | ||
===== docker-compose.yml ===== | ===== docker-compose.yml ===== | ||
- | < | + | < |
- | services: | + | --- |
- | heimdall: | + | services: |
- | image: ghcr.io/ | + | heimdall: |
- | container_name: | + | image: ghcr.io/ |
- | environment: | + | container_name: |
- | - PUID=1000 | + | environment: |
- | - PGID=1000 | + | - PUID=1000 |
- | - TZ=Europe/ | + | - PGID=1000 |
- | volumes: | + | - TZ=Europe/ |
- | - ${PWD}/ | + | volumes: |
- | ports: | + | - ${PWD}/ |
- | - 10080:80 | + | ports: |
- | - 10443:443 | + | - 10080:80 |
- | restart: unless-stopped | + | - 10443:443 |
+ | restart: unless-stopped | ||
| | ||
- | | + | version: " |
</ | </ |