Unverified Commit eecdc80b authored by Tom Moulard's avatar Tom Moulard
Browse files

TZ: fixig TZ by putting in env var

parent a0d725f5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
SITE=localhost
TZ=Europe/Paris
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ services:
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Europe/Paris
      - 'TZ=${TZ}'
    volumes:
      - ./bazarr/config:/config
      - ./bazarr/movies:/movies
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ services:
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Europe/Paris
      - 'TZ=${TZ}'
    volumes:
      - ./jackett/config:/config
      - ./jackett/downloads:/downloads
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ services:
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Europe/Paris
      - 'TZ=${TZ}'
    volumes:
      - ./sonarr/config:/config
      - ./sonarr/downloads:/downloads
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ services:
    environment:
      - 'PGID=1000'
      - 'PUID=1000'
      - 'TZ=Europe/Paris'
      - 'TZ=${TZ}'
    ports:
      - '51413:51413'
      - '51413:51413/udp'