Skip to content

Commit

Permalink
feat: 6.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xbingW committed Sep 12, 2024
1 parent e2672c9 commit 2c7f0f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ services:
- /etc/localtime:/etc/localtime:ro
- ${SAFELINE_DIR}/resources/mgt:/app/data
- ${SAFELINE_DIR}/logs/nginx:/app/log/nginx:z
- ${SAFELINE_DIR}/resources/sock:/app/sock
ports:
- ${MGT_PORT:-9443}:1443
healthcheck:
Expand Down Expand Up @@ -94,6 +95,7 @@ services:
- ${SAFELINE_DIR}/resources/detector:/resources/detector
- ${SAFELINE_DIR}/logs/nginx:/var/log/nginx:z
- ${SAFELINE_DIR}/resources/cache:/usr/local/nginx/cache
- ${SAFELINE_DIR}/resources/sock:/app/sock
environment:
- TCD_MGT_API=https://${SUBNET_PREFIX}.4:1443/api/open/publish/server
- TCD_SNSERVER=${SUBNET_PREFIX}.5:8000
Expand Down

0 comments on commit 2c7f0f9

Please sign in to comment.