<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>dozzle on</title><link>https://notes.freaks.dev/tags/dozzle/</link><description>Recent content in dozzle on</description><generator>Hugo -- gohugo.io</generator><lastBuildDate>Tue, 06 Dec 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://notes.freaks.dev/tags/dozzle/index.xml" rel="self" type="application/rss+xml"/><item><title>Dozzle Container</title><link>https://notes.freaks.dev/selfhost/dozzle_container/</link><pubDate>Tue, 06 Dec 2022 00:00:00 +0000</pubDate><guid>https://notes.freaks.dev/selfhost/dozzle_container/</guid><description> You must setup Podman first.
Steps create dozzle directory in $HOME/podman mkdir -p ~/podman/dozzle &amp;amp;&amp;amp; cd ~/podman/dozzle copy from compose.yml nano compose.yml start dozzle podman-compose -f ~/podman/dozzle/compose.yml systemd -a register systemctl --user enable --now podman-compose@dozzle compose.yml version: &amp;#34;3&amp;#34; services: dozzle: image: docker.io/amir20/dozzle:latest container_name: dozzle networks: - traefik volumes: - /run/user/1000/podman/podman.sock:/var/run/docker.sock environment: - DOZZLE_USERNAME=&amp;lt;username&amp;gt; - DOZZLE_PASSWORD=&amp;lt;password&amp;gt; - DOZZLE_KEY=&amp;lt;key&amp;gt; restart: unless-stopped labels: - &amp;#34;io.containers.autoupdate=registry&amp;#34; networks: traefik: external: true</description></item></channel></rss>