kompose/script/test/fixtures/read-only/docker-compose.yaml
AhmedGrati 61b4e6b797 test: add functional tests for read only fs support
Signed-off-by: AhmedGrati <ahmedgrati1999@gmail.com>
2023-07-14 16:24:43 +01:00

7 lines
79 B
YAML

services:
test:
image: alpine
read_only: true
ports:
- 80:80