fix network

This commit is contained in:
x1ulan 2025-12-17 15:27:59 +08:00
parent 2d581f9499
commit c6321660e4

View file

@ -18,4 +18,6 @@ services:
build: ./trash
container_name: trash
ports:
- "12002:80"
- "12002:80"
extra_hosts:
- "host.docker.internal:host-gateway"