Files
runner-test/stack.yml
ThaMunsta a7bf3cd84d
All checks were successful
Gitea Actions Demo / Create-Stack (push) Successful in 15s
ready to deploy
2025-03-16 15:03:15 -04:00

11 lines
171 B
YAML

---
version: '3'
services:
whoami:
image: containous/whoami:latest
container_name: whoami
environment:
- TZ=America/Toronto
ports:
- 1122:80