Update timezone stuff

This commit is contained in:
Marko Korhonen 2020-02-10 00:31:05 +02:00
parent fbdb0b7a11
commit 9954836be0
5 changed files with 27 additions and 13 deletions

View file

@ -1,8 +1,10 @@
version: '3'
services:
portainer:
container_name: portainer
image: portainer/portainer
container_name: portainer
environment:
- TZ=Europe/Helsinki
restart: always
ports:
- '9000:9000'