mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-17 04:18:42 +00:00
6 lines
94 B
YAML
6 lines
94 B
YAML
version: '3'
|
|
services:
|
|
busybox:
|
|
image: busybox:latest
|
|
command: sleep 3600
|