353 B
353 B
version: "3.9"
services: dozzle: image: amir20/dozzle:latest container_name: dozzle restart: unless-stopped
ports:
- "8090:8080" # Je kunt 8080 ook direct gebruiken als die vrij is
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
environment:
- DOZZLE_LEVEL=info
- TZ=Europe/Amsterdam