Files
cc/docker-compose.yaml
2025-08-08 16:54:00 -03:00

11 lines
150 B
YAML

services:
alpine:
build:
context: ./alpine
volumes:
- ./app:/app
- ./od8n:/app/od8n
tty: true
privileged: true