/ docker-compose.yml
docker-compose.yml
1 version: '3.2' 2 3 services: 4 dev: 5 image: 'docker.pkg.github.com/peaceiris/actions-gh-pages/dev:latest' 6 build: 7 context: . 8 cache_from: 9 - 'docker.pkg.github.com/peaceiris/actions-gh-pages/dev:latest' 10 container_name: peaceiris_actions_github_pages 11 volumes: 12 - ${PWD}:/repo 13 stdin_open: true 14 tty: true 15 command: 16 - bash