Files
cc/docker-compose.yaml
Oliver c18187f407 fixes
2025-08-16 07:37:53 +02:00

12 lines
170 B
YAML

services:
alpine:
build:
context: ./alpine
volumes:
- ./app:/app
tty: true
privileged: true
extra_hosts:
- "dev:192.168.9.221"