mirror of
https://github.com/technorabilia/docker-bits
synced 2024-11-16 12:13:26 +00:00
12 lines
485 B
Bash
12 lines
485 B
Bash
This container needs special attention. Please check https://hub.docker.com/r/linuxserver/yq for details.
|
|
source ./.env
|
|
docker run -d \
|
|
--name=yq \
|
|
-e PUID=${PUID:-1024} `# for GroupID` \
|
|
-e PGID=${PGID:-100} `# for UserID` \
|
|
-e TZ=Europe/Amsterdam `# Specify a timezone to use for example Europe/Amsterdam` \
|
|
-p 80:80 `# Application WebUI` \
|
|
-v ${BASEDIR:-/volume1/docker}/yq/config:/config `# Configuration files.` \
|
|
--restart unless-stopped \
|
|
ghcr.io/linuxserver/yq
|