Skip to content

Commit 2c7f0f9

Browse files
committed
feat: 6.9.0
1 parent e2672c9 commit 2c7f0f9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

compose.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ services:
3535
- /etc/localtime:/etc/localtime:ro
3636
- ${SAFELINE_DIR}/resources/mgt:/app/data
3737
- ${SAFELINE_DIR}/logs/nginx:/app/log/nginx:z
38+
- ${SAFELINE_DIR}/resources/sock:/app/sock
3839
ports:
3940
- ${MGT_PORT:-9443}:1443
4041
healthcheck:
@@ -94,6 +95,7 @@ services:
9495
- ${SAFELINE_DIR}/resources/detector:/resources/detector
9596
- ${SAFELINE_DIR}/logs/nginx:/var/log/nginx:z
9697
- ${SAFELINE_DIR}/resources/cache:/usr/local/nginx/cache
98+
- ${SAFELINE_DIR}/resources/sock:/app/sock
9799
environment:
98100
- TCD_MGT_API=https://${SUBNET_PREFIX}.4:1443/api/open/publish/server
99101
- TCD_SNSERVER=${SUBNET_PREFIX}.5:8000

0 commit comments

Comments
 (0)