Back to Changelog

v1.0.295

Patch Released June 18, 2026

Fixed inter-service DNS resolution for multi-container Docker app templates

Bug Fix

1
  • Fixed inter-service DNS resolution for multi-container app templates (e.g. Immich): services crashed with ENOTFOUND <name> because container names carried a per-user prefix but template environment variables referenced the bare template name. Each container in a stack now also receives the unprefixed template service name as a network alias, so services can reach each other by name within the isolated per-stack network.
See the Demo