diff --git a/run.sh b/run.sh index 167db70e7be2a08faa9d63513dee570480ed189f..cde183e32e8e277e909b32a29d6a53d7e185fda7 100755 --- a/run.sh +++ b/run.sh @@ -78,7 +78,7 @@ if [[ $docker == "true" ]]; then -v "$AUDIO_DIR/playlist":"/var/audio/playlist":ro \ -v "$AUDIO_DIR/station":"/var/audio/station":ro \ -v "$BASE_DIR/logs":"/srv/logs" \ - -v "/tmp":"/tmp" \ + --mount type=tmpfs,destination=/tmp \ --device /dev/snd \ --group-add audio \ autoradio/engine-core @@ -98,7 +98,7 @@ if [[ $docker == "true" ]]; then -v "$AUDIO_DIR/playlist":"/var/audio/playlist":ro \ -v "$AUDIO_DIR/station":"/var/audio/station":ro \ -v "$BASE_DIR/logs":"/srv/logs" \ - -v "/tmp":"/tmp" \ + --mount type=tmpfs,destination=/tmp \ --device /dev/snd \ --group-add audio \ autoradio/engine-core log