feat: add external network configuration for EchoIP service in Docker Compose
This commit is contained in:
parent
11423be2bb
commit
87fc21ac5a
@ -5,3 +5,10 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- '8585:8080'
|
- '8585:8080'
|
||||||
|
networks:
|
||||||
|
- caddy_network
|
||||||
|
|
||||||
|
networks:
|
||||||
|
caddy_network:
|
||||||
|
external: true
|
||||||
|
name: caddy_default
|
||||||
|
Loading…
x
Reference in New Issue
Block a user