Files
runner-test/stack.yml
2025-03-15 21:26:45 -04:00

11 lines
171 B
YAML

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