services: ansible-core: image: serversideup/ansible:latest-alpine volumes: - /home/phiax/.ssh/:/ssh/:ro - /home/phiax/.ssh/known_hosts:/ssh/known_hosts:rw - /mnt/media/Containers/ansible:/ansible environment: - PGID=1000 - PUID=1000 stdin_open: true tty: true entrypoint: /bin/sh