We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21786c9 commit a06b14bCopy full SHA for a06b14b
bin/docker-entrypoint.sh
@@ -1,5 +1,8 @@
1
#!/bin/bash
2
3
+# Set timezone from env
4
+ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
5
+
6
# Add users
7
bash /usr/bin/create-users.sh
8
docker-compose.yml
@@ -9,6 +9,7 @@ services:
9
shm_size: 1g
10
environment:
11
IDLETIME: 11
12
+ TZ: "Etc/UTC"
13
ports:
14
- "3389:3389"
15
- "2222:22"
0 commit comments