diff --git a/docker-compose.yml b/docker-compose.yml index 3a3682f..8ec569e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -18,4 +18,6 @@ services: build: ./trash container_name: trash ports: - - "12002:80" \ No newline at end of file + - "12002:80" + extra_hosts: + - "host.docker.internal:host-gateway" \ No newline at end of file