Skip to content

Commit 878b10b

Browse files
committed
update docker image with timezone-passthrough
1 parent a54cc23 commit 878b10b

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

deploy/docker-compose.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
version: '3'
21
services:
32

4-
test:
3+
safeLearn:
54
image: ${DOCKER_HUB_USER}/${DOCKER_IMAGE_NAME}:latest
5+
container_name: safeLearn
66
restart: unless-stopped
77
ports:
88
- "${WEBSERVER_PORT}:${INTERNAL_PORT}"
9-
10-
networks:
11-
default:
12-
external:
13-
name: proxy_default
9+
environment:
10+
- TZ=Europe/Vienna
11+
volumes:
12+
- /etc/localtime:/etc/localtime:ro
13+
- /etc/timezone:/etc/timezone:ro

0 commit comments

Comments
 (0)