lasthourcloud/docker/testing-host/dummy-project/docker-compose.yml

11 lines
216 B
YAML
Raw Normal View History

version: "3"
services:
dummy-project:
image: dummy-project
build:
context: .
dockerfile: Dockerfile
extra_hosts:
- "host.docker.internal:host-gateway"