diff --git a/deployment/docker-compose/apisix/docker-compose.yaml b/deployment/docker-compose/apisix/docker-compose.yaml index e801b7f..4c7e9da 100644 --- a/deployment/docker-compose/apisix/docker-compose.yaml +++ b/deployment/docker-compose/apisix/docker-compose.yaml @@ -29,7 +29,7 @@ services: - AGENT_TOKEN=${APPSEC_AGENT_TOKEN} - autoPolicyLoad=${APPSEC_AUTO_POLICY_LOAD} - registered_server=APISIX - ipc: shareable + ipc: host restart: unless-stopped volumes: - ${APPSEC_CONFIG}:/etc/cp/conf @@ -41,7 +41,7 @@ services: appsec-apisix: image: ghcr.io/openappsec/apisix-attachment:${APPSEC_VERSION} container_name: appsec-apisix - ipc: service:appsec-agent + ipc: host restart: always environment: - APISIX_STAND_ALONE=true @@ -69,7 +69,7 @@ services: - standalone image: ghcr.io/openappsec/smartsync-shared-files:${APPSEC_VERSION} container_name: appsec-shared-storage - ipc: service:appsec-agent + ipc: host restart: always ## if you do not want to run this container as "root" user you can comment it out and instead run the below command after the deployment ## docker exec -u root appsec-shared-storage chown -R appuser:appuser /db