Merge pull request #174 from openappsec/orianelou-patch-6

Update docker-compose.yaml
This commit is contained in:
WrightNed 2024-08-20 15:17:02 +03:00 committed by GitHub
commit ca31aac08a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,7 +26,6 @@ services:
appsec-agent:
container_name: appsec-agent
image: ghcr.io/openappsec/agent:latest
network_mode: service:swag-attachment
ipc: shareable
restart: unless-stopped
environment:
@ -39,7 +38,6 @@ services:
## create your WebUI profile at https://my.openappsec.io,
## enforce policy, copy the profile token from WebUI and add it below
- AGENT_TOKEN=
volumes:
- ./appsec-config:/etc/cp/conf
- ./appsec-data:/etc/cp/data