From a467f542af19a20ff5a772f6a57ae7dcda42a887 Mon Sep 17 00:00:00 2001 From: Kameron Kenny <1267885+kkenny@users.noreply.github.com> Date: Tue, 18 Jun 2024 13:27:10 -0400 Subject: [PATCH] tz --- Dockerfile | 2 +- data/timezone | 2 +- docker-compose.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7782ab9..5d4f1ad 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM debian:latest MAINTAINER Kameron Kenny -LABEL version="20240618.1.8" +LABEL version="20240618.1.9" LABEL description="Debian Based syslog-ng" RUN apt-get update diff --git a/data/timezone b/data/timezone index b2a87e4..8d06c2a 100644 --- a/data/timezone +++ b/data/timezone @@ -1 +1 @@ -America/Indianapolis +America/Indiana/Indianapolis diff --git a/docker-compose.yml b/docker-compose.yml index 18371eb..6cbeb24 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -10,7 +10,7 @@ services: syslog-ng: build: dockerfile: Dockerfile - image: docker-registry1.in.thelinuxpro.net:5000/tlp/syslog-ng:240618.1.8 + image: docker-registry1.in.thelinuxpro.net:5000/tlp/syslog-ng:240618.1.9 container_name: syslog-ng #environment: #- TZ:America/Indianapolis