fix(templates): fix sematext-agent-docker stack
This commit is contained in:
@@ -7,10 +7,10 @@ services:
|
|||||||
restart_policy:
|
restart_policy:
|
||||||
condition: any
|
condition: any
|
||||||
environment:
|
environment:
|
||||||
- LOGSENE_TOKEN=$LOGSENE_TOKEN
|
- LOGSENE_TOKEN=$LOGSENE_TOKEN
|
||||||
- SPM_TOKEN=$SPM_TOKEN
|
- SPM_TOKEN=$SPM_TOKEN
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- type: bind
|
- type: bind
|
||||||
source: /var/run/docker.sock
|
source: /var/run/docker.sock
|
||||||
target: var/run/docker.sock
|
target: /var/run/docker.sock
|
||||||
|
|||||||
Reference in New Issue
Block a user