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

Ignore ports cuz of host-network mode. #1

parent 33e585df
No related branches found
No related tags found
No related merge requests found
......@@ -278,7 +278,6 @@ exec sudo docker run \
--name engine-api \
--rm -d \
-u $UID:$GID \
-p 8008:8008 \
-v "$BASE_D":/srv \
-v "$BASE_D/config/docker":/srv/config \
--tmpfs /var/log/aura/ autoradio/engine-api
......
......@@ -106,7 +106,6 @@ if [[ $docker == "true" ]]; then
--name engine-api \
--rm -d \
-u $UID:$GID \
-p 8008:8008 \
-v "$BASE_D":/srv \
-v "$BASE_D/config/docker":/srv/config \
--tmpfs /var/log/aura/ autoradio/engine-api
......
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