Skip to content

Commit

Permalink
fix scully port mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
panentheos committed Oct 22, 2024
1 parent b69c5ee commit 96447f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux/roles/scu/templates/run-scully.j2
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ docker run --rm --name $CONTAINER \
/scully/bin/scully eval "AudioTasks.set_audio_mode()"
docker run --rm --name $CONTAINER \
--device=/dev/asihpi:/dev/asihpi \
-p 80:80 \
-p 80:4010 \
--env SCULLY_STATION_ID=$(hostname) \
--env SCULLY_API_KEY=$API_KEY \
$IMAGE

0 comments on commit 96447f8

Please sign in to comment.