We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2672c9 commit 2c7f0f9Copy full SHA for 2c7f0f9
1 file changed
compose.yaml
@@ -35,6 +35,7 @@ services:
35
- /etc/localtime:/etc/localtime:ro
36
- ${SAFELINE_DIR}/resources/mgt:/app/data
37
- ${SAFELINE_DIR}/logs/nginx:/app/log/nginx:z
38
+ - ${SAFELINE_DIR}/resources/sock:/app/sock
39
ports:
40
- ${MGT_PORT:-9443}:1443
41
healthcheck:
@@ -94,6 +95,7 @@ services:
94
95
- ${SAFELINE_DIR}/resources/detector:/resources/detector
96
- ${SAFELINE_DIR}/logs/nginx:/var/log/nginx:z
97
- ${SAFELINE_DIR}/resources/cache:/usr/local/nginx/cache
98
99
environment:
100
- TCD_MGT_API=https://${SUBNET_PREFIX}.4:1443/api/open/publish/server
101
- TCD_SNSERVER=${SUBNET_PREFIX}.5:8000
0 commit comments