mirror of
https://github.com/openappsec/openappsec.git
synced 2025-06-28 16:41:02 +03:00
Update docker-compose.yaml
This commit is contained in:
parent
84327e0b19
commit
161b6dd180
@ -26,7 +26,6 @@ services:
|
|||||||
appsec-agent:
|
appsec-agent:
|
||||||
container_name: appsec-agent
|
container_name: appsec-agent
|
||||||
image: ghcr.io/openappsec/agent:latest
|
image: ghcr.io/openappsec/agent:latest
|
||||||
network_mode: service:swag-attachment
|
|
||||||
ipc: shareable
|
ipc: shareable
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
@ -39,7 +38,6 @@ services:
|
|||||||
## create your WebUI profile at https://my.openappsec.io,
|
## create your WebUI profile at https://my.openappsec.io,
|
||||||
## enforce policy, copy the profile token from WebUI and add it below
|
## enforce policy, copy the profile token from WebUI and add it below
|
||||||
- AGENT_TOKEN=
|
- AGENT_TOKEN=
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- ./appsec-config:/etc/cp/conf
|
- ./appsec-config:/etc/cp/conf
|
||||||
- ./appsec-data:/etc/cp/data
|
- ./appsec-data:/etc/cp/data
|
||||||
|
Loading…
x
Reference in New Issue
Block a user