Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <github@jessfraz.com>
  • Loading branch information
jessfraz committed Oct 23, 2024
1 parent 01f471f commit e4edbe7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .dockerfunc
Original file line number Diff line number Diff line change
Expand Up @@ -388,15 +388,15 @@ irssi() {
docker run --rm -it \
--user root \
-v "${HOME}/.irssi:/home/user/.irssi" \
${DOCKER_REPO_PREFIX}/irssi \
irssi \
chown -R user /home/user/.irssi

docker run --rm -it \
-v /etc/localtime:/etc/localtime:ro \
-v "${HOME}/.irssi:/home/user/.irssi" \
--read-only \
--name irssi \
${DOCKER_REPO_PREFIX}/irssi
irssi
}
john(){
local file
Expand Down

0 comments on commit e4edbe7

Please sign in to comment.