Files
DevToysWeb/.devcontainer.example/docker-compose.yml

11 lines
202 B
YAML

version: "3.9"
services:
app:
image: xxx/dev-toys-web-dev:1.0.0
build:
context: .devcontainer
volumes:
- /var/run/docker.sock:/var/run/docker.sock
command: sleep infinity