# dozzle | Création | Portainer | | ----------- | ------------------------------------------ | | Mise-à-jour | Watchtower | | Ports | 9999 | | Liens | [Github](https://github.com/amir20/dozzle) | ```yaml name: dozzle services: dozzle: container_name: dozzle ports: - 9999:8080 environment: - PUID=1026 - PGID=100 - TZ=Europe/Paris labels: - "com.centurylinklabs.watchtower.enable=true" volumes: - /var/run/docker.sock:/var/run/docker.sock restart: always image: amir20/dozzle:latest ```