docker_demo/05_complex_run_with_compose/docker-compose.yml
2023-10-25 13:34:29 -04:00

13 lines
202 B
YAML

version: '3'
services:
example_container:
build:
context: "."
hostname: "example"
tty: true
stdin_open: true
volumes:
- ./:/source
environment:
- HELLO=world