11ty-workflow-example/docker-compose.yml
TheThomaas 963396b9f3
Some checks failed
Deploy to Docker Container / deploy (push) Failing after 39s
Try deployement using docker-compose
2023-05-26 21:37:35 +02:00

7 lines
138 B
YAML

services:
dev:
name: dev
image: thethomaas/11ty-workflow-example:latest
ports:
- '8086:80'
restart: unless-stopped