From a46234fb50f3effebf42306c22c6f68b5ed1231b Mon Sep 17 00:00:00 2001 From: Jeremy Karst Date: Thu, 23 Jan 2025 13:48:10 -0500 Subject: [PATCH] log to docker --- compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yaml b/compose.yaml index c6f79fd..b6c5abb 100644 --- a/compose.yaml +++ b/compose.yaml @@ -5,12 +5,12 @@ services: context: . dockerfile: osg.dockerfile - image: osg:32 # <--automate this number change to trigger stack redeploy. + image: osg:33 # <--automate this number change to trigger stack redeploy. environment: DOCKER: "true" HOSTPREFIX: "osg.jkdev.org" - PYTHONUNBUFFERED: "0" + PYTHONUNBUFFERED: "1" ports: - "8312:8080"