We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a54cc23 commit 878b10bCopy full SHA for 878b10b
1 file changed
deploy/docker-compose.yml
@@ -1,13 +1,13 @@
1
-version: '3'
2
services:
3
4
- test:
+ safeLearn:
5
image: ${DOCKER_HUB_USER}/${DOCKER_IMAGE_NAME}:latest
+ container_name: safeLearn
6
restart: unless-stopped
7
ports:
8
- "${WEBSERVER_PORT}:${INTERNAL_PORT}"
9
-
10
-networks:
11
- default:
12
- external:
13
- name: proxy_default
+ environment:
+ - TZ=Europe/Vienna
+ volumes:
+ - /etc/localtime:/etc/localtime:ro
+ - /etc/timezone:/etc/timezone:ro
0 commit comments