Files
yule/docker-compose.yml
Atridad Lahiji 30acc98f71
Some checks failed
Docker Deploy / build-and-push (push) Failing after 2m8s
Yule init
2025-12-23 10:38:26 -07:00

8 lines
135 B
YAML

services:
yule:
image: ${IMAGE}
container_name: yule
ports:
- "${SSH_PORT:-2222}:2222"
restart: unless-stopped