Skip to main content

docker-compose

services:
  dozzle:
    container_name: dozzle
    image: amir20/dozzle:latest
    restart: unless-stopped
    ports:
      - 8892:8080
    volumes:
      - /var/run/docker.sock:/var/run/docker.sock
    environment: 
     - TZ=America/Santo_Domingo