Màj 06-04-2024
This commit is contained in:
36
docs/Synology/Docker/docker-compose/heimdall.md
Normal file
36
docs/Synology/Docker/docker-compose/heimdall.md
Normal file
@@ -0,0 +1,36 @@
|
||||
# Heimdall
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
| Création | dockge |
|
||||
| ----------- | ---------------------------------- |
|
||||
| Mise-à-jour | Watchtower |
|
||||
| Ports | 8056 |
|
||||
| Liens | [Heimdall](https://heimdall.site/) |
|
||||
|
||||
|
||||
|
||||
```yaml
|
||||
name: heimdall
|
||||
services:
|
||||
heimdall:
|
||||
container_name: heimdall
|
||||
ports:
|
||||
- 8056:80
|
||||
- 7543:443
|
||||
environment:
|
||||
- PUID=1026
|
||||
- PGID=100
|
||||
- TZ=Europe/Paris
|
||||
labels:
|
||||
- com.centurylinklabs.watchtower.enable=true
|
||||
volumes:
|
||||
- /volume1/docker/dockge/stacks/heimdall:/config
|
||||
restart: always
|
||||
image: ghcr.io/linuxserver/heimdall
|
||||
networks: {}
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user