Skip to content

Commit

Permalink
fixed order of statements
Browse files Browse the repository at this point in the history
  • Loading branch information
shitwolfymakes authored Jun 19, 2022
1 parent 880d767 commit 650c9ab
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions scripts/docker/start_arm_container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ docker run -d \
-p "8080:8080" \
-e ARM_UID="<id -u arm>" \
-e ARM_GID="<id -g arm>" \
-v "/home/arm:<path_to_arm_user_home_folder>" \
-v "/home/arm/Music:<path_to_music_folder>" \
-v "/home/arm/logs:<path_to_logs_folder>" \
-v "/home/arm/media:<path_to_media_folder>" \
-v "/etc/arm/config:<path_to_config_folder>" \
-v "<path_to_arm_user_home_folder>/home/arm" \
-v "<path_to_music_folder>/home/arm/Music" \
-v "<path_to_logs_folder>:/home/arm/logs" \
-v "<path_to_media_folder>:/home/arm/media" \
-v "<path_to_config_folder>:/etc/arm/config" \
--device="/dev/sr0:/dev/sr0" \
--device="/dev/sr1:/dev/sr1" \
--device="/dev/sr2:/dev/sr2" \
Expand Down

0 comments on commit 650c9ab

Please sign in to comment.