From d71e6f0af0189ace2573b4887fbb4042ed406d7c Mon Sep 17 00:00:00 2001 From: ThaMunsta Date: Sat, 15 Mar 2025 20:49:00 -0400 Subject: [PATCH] lets try this --- stack.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 stack.yml diff --git a/stack.yml b/stack.yml new file mode 100644 index 0000000..44138af --- /dev/null +++ b/stack.yml @@ -0,0 +1,11 @@ +--- +version: '3' + +services: + whoami: + image: containous/whoami:latest + container_name: whoami + environment: + - TZ=America/Toronto + ports: + - 1115:80 \ No newline at end of file