1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/.devcontainer/docker-compose.yml
2024-02-05 10:54:01 +01:00

9 lines
No EOL
219 B
YAML

version: "3"
services:
ansible:
image: mcr.microsoft.com/devcontainers/base:ubuntu
volumes:
- ..:/workspaces/ansible_collections/community/general
restart: always
command: sleep infinity