Skip to content
This repository has been archived by the owner on May 6, 2021. It is now read-only.

Commit

Permalink
Remove -n flag from default image's CMD (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Mar 18, 2020
1 parent 3106df9 commit 09698e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,4 @@ VOLUME ["/var/lib/coturn"]

ENTRYPOINT ["docker-entrypoint.sh"]

CMD ["-n", "--log-file=stdout", "--external-ip=$(detect-external-ip)"]
CMD ["--log-file=stdout", "--external-ip=$(detect-external-ip)"]

0 comments on commit 09698e1

Please sign in to comment.