mirror of
https://github.com/technorabilia/docker-bits
synced 2024-11-10 13:10:31 +00:00
12 lines
555 B
Bash
12 lines
555 B
Bash
This container needs special attention. Please check https://hub.docker.com/r/linuxserver/unrar for details.
|
|
. ./.env
|
|
docker run -d \
|
|
--name=unrar \
|
|
-e PUID=${PUID:-1024} `# for UserID` \
|
|
-e PGID=${PGID:-100} `# for GroupID` \
|
|
-e TZ=${TZ:-Europe/Amsterdam} `# specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List).` \
|
|
-p 80:80 `# Application WebUI` \
|
|
-v ${BASEDIR:-/volume1/docker}/unrar/config:/config `# Configuration files.` \
|
|
--restart unless-stopped \
|
|
ghcr.io/linuxserver/unrar
|