Skip to content

Commit

Permalink
docs: fix escape
Browse files Browse the repository at this point in the history
  • Loading branch information
jee-r committed Feb 28, 2024
1 parent 19c1c5b commit 66a9a00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ docker run \
--interactive \
--name deluge \
--user $(id -u):$(id -g) \
--volume /etc/localtime:/etc/localtime:ro # optional to sync time with the host
--volume /etc/localtime:/etc/localtime:ro \ # optional to sync time with the host
--env UMASK_SET=022 \
--env TZ=Europe/Paris \
#--env LOGLEVEL=info \
Expand Down

0 comments on commit 66a9a00

Please sign in to comment.