this should trigger workflow #2

Merged
ThaMunsta merged 1 commits from init-stack into main 2025-03-16 00:52:26 +00:00

11
stack.yml Normal file
View File

@@ -0,0 +1,11 @@
---
version: '3'
services:
whoami:
image: containous/whoami:latest
container_name: whoami
environment:
- TZ=America/Toronto
ports:
- 1115:80