2023-03-06 01:00:06 +00:00
|
|
|
This container needs special attention. Please check https://hub.docker.com/r/linuxserver/ci for details.
|
2023-04-26 00:53:18 +00:00
|
|
|
. ./.env
|
2023-03-06 01:00:06 +00:00
|
|
|
docker run -d \
|
|
|
|
--name=ci \
|
|
|
|
-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}/ci/config:/config `# Configuration files.` \
|
|
|
|
--restart unless-stopped \
|
|
|
|
ghcr.io/linuxserver/ci
|