diff --git a/templates/compose/dozzle-with-auth.yaml b/templates/compose/dozzle-with-auth.yaml index 1307e4c81..0b0e5b9a3 100644 --- a/templates/compose/dozzle-with-auth.yaml +++ b/templates/compose/dozzle-with-auth.yaml @@ -1,16 +1,13 @@ +# ignore: true # documentation: https://dozzle.dev/ # slogan: Dozzle is a simple and lightweight web UI for Docker logs. # tags: dozzle,docker,logs,web-ui # logo: svgs/dozzle.svg # port: 8080 -version: "3.8" - services: dozzle: image: amir20/dozzle:latest - container_name: "dozzle" - restart: unless-stopped environment: - SERVICE_FQDN_DOZZLE_8080 - DOZZLE_AUTH_PROVIDER=simple @@ -32,4 +29,4 @@ services: interval: 3s timeout: 30s retries: 5 - start_period: 30s \ No newline at end of file + start_period: 30s