Skip to content
Discussion options

You must be logged in to vote

UID/GID used for the app user inside the container
APP_UID: "1000"
APP_GID: "1000"

Can be changed in the contrainer ENV.

appuser:x:1000:1000::/home/appuser:/bin/bash

https://github.com/cenodude/CrossWatch/wiki/Getting-Started

Optional environment variables

You normally only need TZ, but you can override these:

  • CONFIG_BASE — base path for config.json, state.json, statistics.json, etc.
    Default: /config
  • WEB_HOST — bind address for the web UI inside the container.
    Default: 0.0.0.0
  • WEB_PORT — port for the web UI inside the container.
    Default: 8787
  • APP_USER — username created inside the container that runs CrossWatch.
    Default: appuser
  • APP_GROUP — group name created inside the container.
    Default:

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@BartschLabs
Comment options

@cenodude
Comment options

Answer selected by BartschLabs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants