Skip to content

Commit

Permalink
Merge pull request #503 from jumpserver/[email protected]@feat_add_docker_web_env
Browse files Browse the repository at this point in the history
feat: add facelive enabled env to docker-web
  • Loading branch information
Aaron3S authored Nov 29, 2024
2 parents c1facd8 + 2be1929 commit 1f7bf0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compose/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ services:
CHEN_ENABLED: ${CHEN_ENABLED:-1}
KAEL_ENABLED: ${KAEL_ENABLED:-0}
RAZOR_ENABLED: ${RAZOR_ENABLED:-1}
FACELIVE_ENABLED: ${FACELIVE_ENABLED:-0}
ports:
- ${HTTP_PORT:-80}:${HTTP_PORT:-80}
volumes:
Expand Down

0 comments on commit 1f7bf0d

Please sign in to comment.