Skip to content
Snippets Groups Projects
Commit c76e2915 authored by David Trattnig's avatar David Trattnig
Browse files

Fixed timezone.

parent 1dc879c0
No related branches found
No related tags found
No related merge requests found
...@@ -110,6 +110,7 @@ if [[ $docker == "true" ]]; then ...@@ -110,6 +110,7 @@ if [[ $docker == "true" ]]; then
-v "$AURA_ENGINE_AUDIO_SOURCE_DIR":"/var/audio/source":ro \ -v "$AURA_ENGINE_AUDIO_SOURCE_DIR":"/var/audio/source":ro \
-v "$AURA_ENGINE_AUDIO_PLAYLIST_DIR":"/var/audio/playlist" \ -v "$AURA_ENGINE_AUDIO_PLAYLIST_DIR":"/var/audio/playlist" \
-v "$BASE_DIR/logs":"/srv/logs" \ -v "$BASE_DIR/logs":"/srv/logs" \
-e TZ=Europe/Vienna \
autoradio/engine autoradio/engine
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment