Moved dozzle to TrueNAS SCALE

This commit is contained in:
Lockszmith (@kateryna) 2025-02-25 01:06:36 -05:00
parent 3a65de381a
commit 748857d4e2
1 changed files with 7 additions and 0 deletions

View File

@ -49,6 +49,7 @@ services:
networks:
- tipi_main_network
- tipi_internal_network
- ix-dozzle
networks:
tipi_main_network:
@ -64,5 +65,11 @@ networks:
driver: bridge
driver_opts:
com.docker.network.bridge.name: "tipi-br0"
ix-dozzle:
external: true
name: ix-dozzle_default
# ix-dockge:
# external: true
# name: ix-dockge_default
# vim: set ft=yaml expandtab tabstop=2 shiftwidth=2: