Files
runner-test/stack.yml
ThaMunsta 479568ebea
Some checks failed
Gitea Actions Demo / Create-Stack (pull_request) Failing after 48s
test
2025-03-15 21:30:46 -04:00

11 lines
171 B
YAML

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