Skip to content

Commit

Permalink
doc: Update README with mini_exiftool @pstoredir hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
rlue committed Jan 8, 2025
1 parent bb13920 commit 10c1f6b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,11 +182,12 @@ Quick Start
```sh
$ docker run -d \
--name xferase \
--user $(id -u) \
--user $(id -u):$(id -g) \
--env TZ=$(timedatectl show --property=Timezone --value) \
--volume $HOME/Pictures:/data \
--env INBOX=/data/.inbox \
--env INBOX=/data/_inbox \
--env LIBRARY=/data/master \
--env HOME=/tmp \ # hotfix for https://github.com/janfri/mini_exiftool/issues/51
rlue/xferase
```

Expand All @@ -199,12 +200,13 @@ with videos being compressed to save space on disk.
```sh
$ docker run -d \
--name xferase \
--user $(id -u) \
--user $(id -u):$(id -g) \
--env TZ=$(timedatectl show --property=Timezone --value) \
--volume $HOME/Pictures:/data \
--env INBOX=/data/.inbox \
--env LIBRARY=/data/master \
--env LIBRARY_WEB=/data/web \
--env HOME=/tmp \ # hotfix for https://github.com/janfri/mini_exiftool/issues/51
rlue/xferase
```

Expand Down Expand Up @@ -241,6 +243,7 @@ services:
INBOX: /data/.inbox
LIBRARY: /data/master
LIBRARY_WEB: /data/web
HOME: /tmp # hotfix for https://github.com/janfri/mini_exiftool/issues/51
volumes:
- $HOME/Pictures:/data
restart: unless-stopped
Expand Down

0 comments on commit 10c1f6b

Please sign in to comment.