version: "3.8" services: homarr: container_name: homarr image: ghcr.io/ajnart/homarr:latest restart: unless-stopped volumes: - /mnt/data/External/dashboard/configs:/app/data/configs - /mnt/data/External/dashboard/icons:/app/public/icons - homarr_data:/data ports: - "9070:7575" networks: - webproxy volumes: homarr_data: networks: webproxy: external: true