test-project2/compose/docker-compose.yml

9 lines
210 B
YAML
Raw Permalink Normal View History

2023-04-20 17:35:27 +00:00
services:
test:
image: ubuntu:22.04
entrypoint: sh -c
command: ["while :; do sleep 1; done"]
volumes:
- ../config/config-file.txt:/config-file.txt
- ./test-file.txt:/test-file.txt