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

This commit is contained in:
Menno van Leeuwen 2025-03-26 15:10:54 +01:00
parent 11423be2bb
commit 87fc21ac5a
Signed by: vleeuwenmenno
SSH Key Fingerprint: SHA256:OJFmjANpakwD3F2Rsws4GLtbdz1TJ5tkQF0RZmF0TRE

View File

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