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

Consistent container name & timezone fix.

parent d008efad
No related branches found
No related tags found
No related merge requests found
......@@ -96,12 +96,14 @@ if [[ $docker == "true" ]]; then
if [[ $mode == "api" ]]; then
exec sudo docker run \
--network="host" \
--name engine-api \
--name aura-engine-api \
--rm -d \
-u $UID:$GID \
-v "$BASE_D":/srv \
-v "$BASE_D/config/docker":/srv/config \
--tmpfs /var/log/aura/ autoradio/engine-api
--tmpfs /var/log/aura/ \
-e TZ=Europe/Vienna \
autoradio/engine-api
fi
### Create Docker Image from local project ###
......
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