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"