Skip to content

Commit

Permalink
Set better default hostname in steam-docker
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed May 21, 2020
1 parent 1093e51 commit e0d9eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion steam-docker
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ steamHome="$(cd "$HOME/steam-home" && pwd -P)"
args=(
--name steam
--init --rm
--hostname "steam-docker-$hostname"
--hostname "$hostname-docker"

--user "$uid:$gid"
--security-opt no-new-privileges
Expand Down

0 comments on commit e0d9eca

Please sign in to comment.