feat: add external network configuration for EchoIP service in Docker Compose

This commit is contained in:
2025-03-26 15:10:54 +01:00
parent 11423be2bb
commit 87fc21ac5a

View File

@ -5,3 +5,10 @@ services:
restart: unless-stopped
ports:
- '8585:8080'
networks:
- caddy_network
networks:
caddy_network:
external: true
name: caddy_default