Skip to content

Commit

Permalink
Docker doc addition
Browse files Browse the repository at this point in the history
  • Loading branch information
acockburn committed Aug 13, 2017
1 parent 78aa2c1 commit 4c883f6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/DOCKER_TUTORIAL.rst
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,16 @@ Once you are done with the debug, start the non-debug container back up:

docker start appdaemon

Timezones
---------

Some users have reported issues with the Docker container running in different timezones to the host OS - this is obviously problematic for any of the scheduler functions.
Adding the following to the Docker command line has helped for some users:

::

-v /etc/localtime:/etc/localtime:ro

Home Assistant SSL
------------------

Expand Down

0 comments on commit 4c883f6

Please sign in to comment.