fix: Update podman-compose.j2 template to use podman_network_name

This commit is contained in:
Tobias J. Endres 2025-09-02 21:49:48 +02:00
parent f3e92c0ce8
commit e9d5d5f41f

View File

@ -44,5 +44,5 @@ services:
- "{{ nginx_proxy_manager_letsencrypt_path }}:/etc/letsencrypt"
networks:
{{ docker_network_name }}:
{{ podman_network_name }}:
driver: bridge